add gitea host to CI deploy
Tests & Lint & Deploy to Railway / deploy (push) Has been cancelled Details
Tests & Lint & Deploy to Railway / build (2.6.6, 20.x, 8.3) (push) Has been cancelled Details

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
with:
host: gitea.mkgtu.ru
host: http://gitea.mkgtu.ru
username: ${{ secrets.USERNAME }}
password: ${{ secrets.PASSWORD }}
port: ${{ secrets.PORT }}