add gitea host to CI deploy

This commit is contained in:
aslan 2024-03-14 11:10:35 +03:00
parent e93ffe4705
commit 93a54c12fd
1 changed files with 1 additions and 1 deletions

View File

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