From b324fdaba8a40cf00fcaa8ea59eae670dbe57ba4 Mon Sep 17 00:00:00 2001 From: Jakob Date: Sun, 8 Mar 2020 02:43:32 +0100 Subject: [PATCH] fixed git pull refusing to work --- commands_git.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands_git.conf b/commands_git.conf index 05d8968..219b925 100644 --- a/commands_git.conf +++ b/commands_git.conf @@ -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 -