From 1551224f085ec49ea2c01b391c36d6e80d9f128c Mon Sep 17 00:00:00 2001 From: Tomas Gavenciak Date: Mon, 14 Sep 2015 23:02:43 +0200 Subject: [PATCH] Fix deploy script --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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