fu github pipelines #51

Merged
xengi merged 12 commits from staging into production 2026-08-11 23:15:28 +02:00
Showing only changes of commit c18cce53f8 - Show all commits

Update .forgejo/workflows/deploy.yaml
Some checks failed
deploy blog / deploy (push) Has been cancelled

aprl 2026-08-11 22:05:13 +02:00

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() }}