add gitea host to CI deploy
Tests & Lint & Deploy to Railway / deploy (push) Failing after 32s
Details
Tests & Lint & Deploy to Railway / deploy (push) Failing after 32s
Details
This commit is contained in:
parent
339b4bfb83
commit
0996ea3b8c
|
@ -67,7 +67,7 @@ jobs:
|
||||||
uses: appleboy/ssh-action@v1.0.3
|
uses: appleboy/ssh-action@v1.0.3
|
||||||
|
|
||||||
with:
|
with:
|
||||||
host: http://gitea.mkgtu.ru
|
host: gitea.mkgtu.ru
|
||||||
username: ${{ secrets.USERNAME }}
|
username: ${{ secrets.USERNAME }}
|
||||||
password: ${{ secrets.PASSWORD }}
|
password: ${{ secrets.PASSWORD }}
|
||||||
port: 22
|
port: 22
|
||||||
|
|
Loading…
Reference in New Issue