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

This commit is contained in:
brooke 2025-03-23 23:43:34 -04:00
parent 2aead32040
commit a4516459ff

View file

@ -20,7 +20,7 @@ jobs:
- name: Deploy to Server - name: Deploy to Server
uses: https://fung.uy/mirrors/ssh-deploy@main uses: https://fung.uy/mirrors/ssh-deploy@main
env: env:
SSH_PRIVATE_KEY: ${{ secrets.CRUNCHBITS_PA_PRIVATE_KEY }} SSH_PRIVATE_KEY: ${{ secrets.PA_SSH_KEY }}
ARGS: "-rlgoDzvc -i --delete" ARGS: "-rlgoDzvc -i --delete"
SOURCE: "public/" SOURCE: "public/"
REMOTE_HOST: ${{ secrets.REMOTE_HOST }} REMOTE_HOST: ${{ secrets.REMOTE_HOST }}