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

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

XenGi 2026-08-11 22:57:01 +02:00

View file

@ -47,7 +47,7 @@ jobs:
cat ~/.ssh/id_ed25519.pub
- name: Rsync rendered site
run: rsync -var --delete-after -e 'ssh -vvv -i ~/.ssh/id_ed25519 -o StrictHostKeyChecking=yes' ./public/ deploy@www.berlin.ccc.de:${{ env.GIT_BRANCH == 'production' && '/srv/http/www/' || '/srv/http/www-staging/' }}
run: rsync -var --delete -e 'ssh -vvv -i ~/.ssh/id_ed25519 -o StrictHostKeyChecking=yes' ./public/ deploy@www.berlin.ccc.de:${{ env.GIT_BRANCH == 'production' && '/srv/http/www/' || '/srv/http/www-staging/' }}
- name: Cleanup
if: ${{ always() }}