From dafebde580e39c36c37d2281939c6488f7ffe6f4 Mon Sep 17 00:00:00 2001 From: brooke Date: Wed, 21 May 2025 21:17:05 -0400 Subject: [PATCH] hard code link to target --- .forgejo/workflows/deploy.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/deploy.yaml b/.forgejo/workflows/deploy.yaml index 8eaa616..e805f51 100644 --- a/.forgejo/workflows/deploy.yaml +++ b/.forgejo/workflows/deploy.yaml @@ -17,11 +17,11 @@ jobs: - name: pre-compress run: find ./public/* -type f \( -name '*.html' -o -name '*.js' -o -name '*.css' \) -exec gzip -v -k -f --best {} \; - name: Deploy to Server - uses: https://github.com/easingthemes/ssh-deploy@main + uses: https://fung.uy/mirrors/ssh-deploy@main env: SSH_PRIVATE_KEY: ${{ secrets.RUNNER_SSH_PRIVATE_KEY }} ARGS: "-rlgoDzvc -i --delete" SOURCE: "public/" REMOTE_HOST: ${{ secrets.REMOTE_HOST }} REMOTE_USER: ${{ secrets.REMOTE_USER }} - TARGET: ${{ secrets.REMOTE_TARGET }} \ No newline at end of file + TARGET: /data/gallowelding.com/ \ No newline at end of file