add gitea host to CI deploy
Tests & Lint & Deploy to Railway / deploy (push) Successful in 34s
Details
Tests & Lint & Deploy to Railway / deploy (push) Successful in 34s
Details
This commit is contained in:
parent
0996ea3b8c
commit
dcac3ed4a9
|
@ -67,10 +67,10 @@ jobs:
|
|||
uses: appleboy/ssh-action@v1.0.3
|
||||
|
||||
with:
|
||||
host: gitea.mkgtu.ru
|
||||
host: ${{ secrets.HOST }}
|
||||
username: ${{ secrets.USERNAME }}
|
||||
password: ${{ secrets.PASSWORD }}
|
||||
port: 22
|
||||
port: ${{ secrets.PORT }}
|
||||
script: |
|
||||
cd /var/www/www-root/data/www/testabit.mkgtu.ru
|
||||
git stash
|
||||
|
|
Loading…
Reference in New Issue