fix CI deploy

This commit is contained in:
aslan 2024-02-05 12:51:52 +03:00
parent 3ef43c0500
commit 19e2eb9816
1 changed files with 7 additions and 2 deletions

View File

@ -73,5 +73,10 @@ jobs:
password: ${{ secrets.PASSWORD }}
port: ${{ secrets.PORT }}
script: |
cd /var/www/test-testabit/
ls -al
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!"