Ver código fonte

Force Macrovision to stay on the latest commit

master
Fen Dweller 5 anos atrás
pai
commit
3a19544b6b
1 arquivos alterados com 8 adições e 0 exclusões
  1. +8
    -0
      deploy-branch.sh

+ 8
- 0
deploy-branch.sh Ver arquivo

@@ -12,3 +12,11 @@ else
cd preview/$1/$branch
git pull
fi

# temporarily keeping both versions on the latest commit

if [ $1 == "macrovision" ]
then
cd /home/web/crux.sexy/macrovision
git pull
fi

Carregando…
Cancelar
Salvar