Update check.yml
deploy config / Explore-Gitea-Actions (push) Failing after 13s Details

This commit is contained in:
Tom 2024-08-07 22:01:21 +02:00
parent a96f872211
commit 493b4bab55
1 changed files with 1 additions and 1 deletions

View File

@ -7,4 +7,4 @@ jobs:
runs-on: ubuntu-latest
steps:
- 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"