Sfoglia il codice sorgente

Force Macrovision to stay on the latest commit

master
Fen Dweller 5 anni fa
parent
commit
3a19544b6b
1 ha cambiato i file con 8 aggiunte e 0 eliminazioni
  1. +8
    -0
      deploy-branch.sh

+ 8
- 0
deploy-branch.sh Vedi File

@@ -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

Loading…
Annulla
Salva