From c54f4419650c73bf313194a6536a658a743f7949 Mon Sep 17 00:00:00 2001 From: themelm Date: Sat, 29 Mar 2025 15:29:13 -0600 Subject: [PATCH] workflowfix7 --- .forgejo/workflows/deploy.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.forgejo/workflows/deploy.yml b/.forgejo/workflows/deploy.yml index 193161f..87de3f9 100644 --- a/.forgejo/workflows/deploy.yml +++ b/.forgejo/workflows/deploy.yml @@ -10,8 +10,9 @@ jobs: runs-on: docker steps: - name: SSH Deploy + run: apt update && apt install -y openssh-client git hugo rsync uses: https://github.com/appleboy/ssh-action@v1 - #run: apt update && apt install -y openssh-client git hugo rsync + # with: host: ${{ secrets.HOST_ADDRESS }} username: forgejo #$ {{ secrets.SSH_USER }} #