update
Some checks failed
Hugo / build (push) Failing after 4m23s

This commit is contained in:
brooke 2025-05-21 21:12:02 -04:00
parent b6f3d0a2a1
commit 229e311249

View file

@ -17,7 +17,7 @@ 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://git.fung.uy/mirrors/ssh-deploy@main
uses: https://github.com/easingthemes/ssh-deploy@v4
env:
SSH_PRIVATE_KEY: ${{ secrets.RUNNER_SSH_PRIVATE_KEY }}
ARGS: "-rlgoDzvc -i --delete"