fix CI deploy
Tests & Lint & Deploy to Railway / deploy (push) Successful in 20s Details

This commit is contained in:
aslan 2024-02-05 13:06:02 +03:00
parent b30c3ed2f8
commit a412c49fe4
1 changed files with 3 additions and 8 deletions

View File

@ -73,11 +73,6 @@ 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!"
cd /var/www/test-testabit/ && git fetch && make setup-test
cd /var/www/test-testabit/
git fetch
make setup-test