Deploy small fix

This commit is contained in:
Pieter Vander Vennet 2021-05-28 13:29:10 +02:00
parent 983d692098
commit a0331a7f77

View file

@ -2,7 +2,7 @@
# To run with crontab: # To run with crontab:
# 1 * * * * /home/pietervdvn/git/MapComplete/scripts/deployIfChanged.sh >> /home/pietervdvn/auto_deploy_caching.log 2>&1 # */1 * * * * /home/pietervdvn/git/MapComplete/scripts/deployIfChanged.sh >> /home/pietervdvn/auto_deploy_caching.log 2>&1
ACTION='\033[1;90m' ACTION='\033[1;90m'
@ -11,6 +11,7 @@
NOCOLOR='\033[0m' # No Color NOCOLOR='\033[0m' # No Color
ERROR='\033[0;31m' ERROR='\033[0;31m'
cd ~/git/MapComplete
git fetch git fetch
HEADHASH=$(git rev-parse HEAD) HEADHASH=$(git rev-parse HEAD)