actions
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 5s
Details
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 5s
Details
parent
d6ce7d3dca
commit
f7ba9dae22
|
@ -10,7 +10,7 @@ jobs:
|
|||
uses: appleboy/ssh-action@v1.0.0
|
||||
with:
|
||||
host: ${{ secrets.HOST }}
|
||||
username: ${{ secrets.USERNAME }}
|
||||
username: ${{ secrets.USER }}
|
||||
key: ${{ secrets.KEY }}
|
||||
port: ${{ secrets.PORT }}
|
||||
script: cd /root/billiard && git pull && docker compose build && docker compose up -d && docker compose restart
|
Loading…
Reference in New Issue