diff --git a/.gitea/workflows/check.yml b/.gitea/workflows/check.yml index 994f37f..7c0a169 100644 --- a/.gitea/workflows/check.yml +++ b/.gitea/workflows/check.yml @@ -1,9 +1,11 @@ name: deploy config -run-name: ${{ gitea.actor }} deploys new ngonx config 🚀 +run-name: ${{ gitea.actor }} deploys new nginx config 🚀 on: [push] jobs: Explore-Gitea-Actions: runs-on: ubuntu-latest + steps: + - run: echo ${{ GITEAS_SSH_PRIVATE }} > ~/.ssh/id_ed25519 steps: - run: ssh -o StrictHostKeyChecking=no ${{ secrets.NGINX_USER }}@${{ secrets.NGINX_HOST }} "whoami"