From b30c3ed2f833a2da7731d6e317407356e169794a Mon Sep 17 00:00:00 2001 From: aslan Date: Mon, 5 Feb 2024 13:05:07 +0300 Subject: [PATCH] fix CI deploy --- .gitea/workflows/php.yml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/.gitea/workflows/php.yml b/.gitea/workflows/php.yml index 4b0a944..0dcd099 100644 --- a/.gitea/workflows/php.yml +++ b/.gitea/workflows/php.yml @@ -73,10 +73,11 @@ jobs: password: ${{ secrets.PASSWORD }} port: ${{ secrets.PORT }} script: | - rm -rf temp_for_site/ - mkdir temp_for_site/ - cd temp_for_site/ - git clone http://172.17.254.104/aslan/applicant-site.git . - cp -r . /var/www/test-testabit/ - cd /var/www/test-testabit/ && make setup-test - echo "Job Done!" +# rm -rf temp_for_site/ +# mkdir temp_for_site/ +# cd temp_for_site/ +# git clone http://172.17.254.104/aslan/applicant-site.git . +# cp -r . /var/www/test-testabit/ +# cd /var/www/test-testabit/ && make setup-test +# echo "Job Done!" + cd /var/www/test-testabit/ && git fetch && make setup-test