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 d3fd2ec8a7 - Show all commits

Update .forgejo/workflows/deploy.yaml
All checks were successful
deploy blog / deploy (push) Successful in 51s

aprl 2026-08-11 22:05:43 +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:/srv/http/www
run: rsync -var -e 'ssh -i ~/.ssh/id_ed25519 -o StrictHostKeyChecking=yes' ./public/ deploy@www.berlin.ccc.de:$DEPLOY_DIR
- name: Cleanup
if: ${{ always() }}