Update .gitea/workflows/deploy.yaml
Some checks failed
Hugo / build (push) Failing after 2m35s

This commit is contained in:
brooke 2025-03-23 23:40:28 -04:00
parent 0228d9c8be
commit 2aead32040

View file

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