From 9a29e076f2ea641552404d1dad1049d55517c667 Mon Sep 17 00:00:00 2001 From: Henry V Child Date: Sun, 16 Feb 2025 16:34:33 +0100 Subject: [PATCH] another test of workflows --- .gitea/workflows/upload_site.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/upload_site.yaml b/.gitea/workflows/upload_site.yaml index c95c8e8..9ec09d8 100644 --- a/.gitea/workflows/upload_site.yaml +++ b/.gitea/workflows/upload_site.yaml @@ -23,7 +23,10 @@ jobs: run: ~/go/bin/hugo - name: Sending my key to file - run: echo "${{ secrets.RUNNER_SSH_KEY }}" > ~/key.pub + run: echo "${{ secrets.RUNNER_SSH_KEY }}" > ~/key + + - name: Testing this + run: cat ~/key - name: Copy files over to webserver - run: scp -i ~/key.pub -r ${{ gitea.workspace }}/public/* siab.henv.eu:/srv/nginx/webpage + run: scp -i ~/key -r ${{ gitea.workspace }}/public/* siab.henv.eu:/srv/nginx/webpage