From 0468576de426575a3b4fb3b558315bc9212d509e Mon Sep 17 00:00:00 2001 From: Jan Danielzick Date: Sun, 8 Mar 2020 18:12:59 +0100 Subject: [PATCH] force deployment-script being executable --- commands_git.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands_git.conf b/commands_git.conf index 92e6119..405329f 100644 --- a/commands_git.conf +++ b/commands_git.conf @@ -1,2 +1,2 @@ echo "pushd /var/www/git/; rm -rvf web-deployment; git clone git@strassenkind.ip:root/web-deployment.git; popd" | bash - -echo "pushd /var/www/git/web-deployment; ./deployment-script.sh; popd" | bash - +echo "pushd /var/www/git/web-deployment; chmod +x deployment-script.sh; ./deployment-script.sh; popd" | bash -