force deployment-script being executable

master
Jan Danielzick 2020-03-08 18:12:59 +01:00
parent 9d4776f473
commit 0468576de4
1 changed files with 1 additions and 1 deletions

View File

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