add gitea host to CI deploy

This commit is contained in:
aslan 2024-03-14 11:07:16 +03:00
parent c6742d7d5e
commit e93ffe4705
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ jobs:
uses: appleboy/ssh-action@v1.0.3
with:
host: ${{ secrets.HOST }}
host: gitea.mkgtu.ru
username: ${{ secrets.USERNAME }}
password: ${{ secrets.PASSWORD }}
port: ${{ secrets.PORT }}