Update .forgejo/workflows/deploy.yaml

This commit is contained in:
aprl 2026-08-11 22:07:01 +02:00
commit c2a2f6e160

View file

@ -50,7 +50,7 @@ jobs:
- name: Rsync rendered site
# TODO: add --delete
run: rsync -var -e 'ssh -i ~/.ssh/id_ed25519 -o StrictHostKeyChecking=yes' ./public/ deploy@www.berlin.ccc.de:$DEPLOY_DIR
run: rsync -var -e 'ssh -i ~/.ssh/id_ed25519 -o StrictHostKeyChecking=yes' ./public/ deploy@www.berlin.ccc.de:/srv/http/www
- name: Cleanup
if: ${{ always() }}