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

This commit is contained in:
Tom 2024-08-07 21:59:57 +02:00
parent 8c84a76f6e
commit a96f872211
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 ${{ secrets.NGINX_USER }}@${{ secrets.NGINX_HOST }} "whoami"
- run: ssh -o StrictHostKeyChecking=no root@${{ secrets.NGINX_HOST }} "whoami"