add gitea host to CI deploy
Tests & Lint & Deploy to Railway / deploy (push) Successful in 34s Details

This commit is contained in:
aslan 2024-03-14 11:49:05 +03:00
parent 0996ea3b8c
commit dcac3ed4a9
1 changed files with 2 additions and 2 deletions

View File

@ -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