fix CI deploy
Tests & Lint & Deploy to Railway / deploy (push) Successful in 26s
Details
Tests & Lint & Deploy to Railway / deploy (push) Successful in 26s
Details
This commit is contained in:
parent
3ef43c0500
commit
19e2eb9816
|
@ -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!"
|
||||
|
|
Loading…
Reference in New Issue