Update check.yml
deploy config / Explore-Gitea-Actions (push) Failing after 13s
Details
deploy config / Explore-Gitea-Actions (push) Failing after 13s
Details
This commit is contained in:
parent
a96f872211
commit
493b4bab55
|
|
@ -7,4 +7,4 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- run: echo ${{ GITEAS_SSH_PRIVATE }} > ~/.ssh/id_ed25519
|
- run: echo ${{ GITEAS_SSH_PRIVATE }} > ~/.ssh/id_ed25519
|
||||||
- run: ssh -o StrictHostKeyChecking=no root@${{ secrets.NGINX_HOST }} "whoami"
|
- run: ssh -o StrictHostKeyChecking=no -i ~/.ssh/id_ed25519 root@${{ secrets.NGINX_HOST }} "whoami"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue