staging #16

Merged
yrrsinn merged 4 commits from staging into production 2026-02-22 18:25:12 +01:00
Showing only changes of commit 4f066c69d0 - Show all commits

Update .forgejo/workflows/deploy.yaml
Some checks failed
deploy blog / deploy (push) Failing after 1m20s

Signed-off-by: xengi <cccb-git@xengi.de>
XenGi 2026-02-16 12:43:14 +01:00

View file

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