staging #52

Merged
aprl merged 2 commits from staging into production 2026-08-11 23:32:50 +02:00
Showing only changes of commit b1ff3727c8 - Show all commits

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

Signed-off-by: xengi <cccb-git@xengi.de>
XenGi 2026-08-11 23:21:32 +02:00

View file

@ -49,7 +49,8 @@ jobs:
cat ~/.ssh/id_ed25519.pub
- name: Rsync rendered site
run: rsync -var --delete -e 'ssh -i ~/.ssh/id_ed25519 -o StrictHostKeyChecking=yes' ./public/ deploy@www.berlin.ccc.de:${{ env.GIT_BRANCH == 'production' && '/srv/http/www/' || '/srv/http/www-staging/' }}
# TODO: add --delete
run: rsync -var -e 'ssh -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() }}