merge staging to production #58

Merged
hauke merged 17 commits from staging into production 2026-08-27 21:35:38 +02:00
Showing only changes of commit 3173d0766c - Show all commits

Update .forgejo/workflows/deploy.yaml
Some checks failed
deploy blog / deploy (push) Has been cancelled

XenGi 2026-08-25 20:57:44 +02:00

View file

@ -1,5 +1,10 @@
name: deploy blog
# Create secrets with:
# KNOWN_HOST=$(ssh-keyscan -H www.berlin.ccc.de | grep ssh-ed25519 | base64 -w0)
# SSH_PRIVATE_KEY_PRODUCTION=$(agenix -d id_ed25519_www-production.age | base64 -w0)
# SSH_PRIVATE_KEY_STAGING=$(agenix -d id_ed25519_www-staging.age | base64 -w0)
on:
workflow_dispatch:
schedule: