From 726e3b8a660a67b28e2f3b9e42144dfac193efa9 Mon Sep 17 00:00:00 2001 From: Mans Ziesel Date: Sat, 27 Apr 2024 19:55:44 +0200 Subject: [PATCH] another attempt --- .gitea/workflows/hugo.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/hugo.yaml b/.gitea/workflows/hugo.yaml index 60ffa04..201a2bb 100644 --- a/.gitea/workflows/hugo.yaml +++ b/.gitea/workflows/hugo.yaml @@ -46,7 +46,7 @@ jobs: - name: Deploy to server uses: https://github.com/appleboy/scp-action@master - env: + with: host: ${{ secrets.SSH_HOST }} username: ${{ secrets.SSH_USER }} key: ${{ secrets.SSH_KEY }}