fixed git pull refusing to work

master
Jakob 2020-03-08 02:43:32 +01:00
parent dd5092f9a1
commit b324fdaba8
1 changed files with 1 additions and 1 deletions

View File

@ -1,2 +1,2 @@
echo "pushd /var/www/git/web-deployment; git pull; popd" | bash - echo "pushd /var/www/git/; rm -rvf web-deployment; git clone git@strassenkind.ip/git/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; ./deployment-script.sh; popd" | bash -