add gitea host to CI deploy

This commit is contained in:
aslan 2024-03-14 11:46:38 +03:00
parent 339b4bfb83
commit 0996ea3b8c
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: http://gitea.mkgtu.ru
host: gitea.mkgtu.ru
username: ${{ secrets.USERNAME }}
password: ${{ secrets.PASSWORD }}
port: 22