fixed server using wrong shell

master
BodgeMaster 2020-03-05 04:25:50 +01:00
parent 4fb1f8ceaf
commit e1e7ea9067
1 changed files with 2 additions and 2 deletions

View File

@ -1,2 +1,2 @@
pushd /var/www/git/web-deployment; git pull; popd echo "pushd /var/www/git/web-deployment; git pull; popd" | bash -
pushd /var/www/git/web-deployment; ./deployment-script.sh; popd echo "pushd /var/www/git/web-deployment; ./deployment-script.sh; popd" | bash -