From 8033aa618290f77484834d720f4751186f0a160c Mon Sep 17 00:00:00 2001 From: Tom Date: Wed, 7 Aug 2024 21:45:49 +0200 Subject: [PATCH] Test --- .gitea/workflows/check.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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"