From 887d0f75cc2047dbf0f8df4193486bf6e0c6fb3b Mon Sep 17 00:00:00 2001 From: themelm Date: Sat, 29 Mar 2025 15:28:02 -0600 Subject: [PATCH] workflowfix6 --- .forgejo/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/deploy.yml b/.forgejo/workflows/deploy.yml index 4693803..193161f 100644 --- a/.forgejo/workflows/deploy.yml +++ b/.forgejo/workflows/deploy.yml @@ -11,7 +11,7 @@ jobs: steps: - name: SSH Deploy uses: https://github.com/appleboy/ssh-action@v1 - run: apt update && apt install -y openssh-client git hugo rsync + #run: apt update && apt install -y openssh-client git hugo rsync with: host: ${{ secrets.HOST_ADDRESS }} username: forgejo #$ {{ secrets.SSH_USER }} #