Update .forgejo/workflows/deploy.yaml

This commit is contained in:
XenGi 2026-08-11 23:13:51 +02:00
commit 7689abaf3e

View file

@ -49,7 +49,7 @@ jobs:
cat ~/.ssh/id_ed25519.pub
- name: Rsync rendered site
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/' }}
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/' }}
- name: Cleanup
if: ${{ always() }}