diff --git a/Makefile b/Makefile index 09a67a11..12b49069 100644 --- a/Makefile +++ b/Makefile @@ -76,7 +76,7 @@ deploy_test: deploy_prod: @if [[ `pwd` != "/akce/MaM/WWW/mamweb-prod" ]]; then echo "Only possible in /akce/MaM/WWW/mamweb-prod"; exit 1; fi @echo "Backing up production DB ..." - cd .. && ./backup_prod_db.sh + ( cd .. && ./backup_prod_db.sh ) @echo "Installing version from origin/stable ..." git pull origin stable git clean -f