hard code link to target
Some checks failed
Hugo / build (push) Failing after 4m22s

This commit is contained in:
brooke 2025-05-21 21:17:05 -04:00
parent 772d9b397d
commit dafebde580

View file

@ -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 }}
TARGET: /data/gallowelding.com/