unfix pipeline
All checks were successful
deploy blog / deploy (push) Successful in 52s

This commit is contained in:
XenGi 2026-08-11 22:45:17 +02:00
commit 87e1230301
Signed by: xengi
SSH key fingerprint: SHA256:dM+fLZGsDvyv6kunjE8bGduL24VsCFB4LEOSdmRHdG0

View file

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