Update .forgejo/workflows/deploy.yaml
Some checks failed
deploy blog / deploy (push) Has been cancelled
Some checks failed
deploy blog / deploy (push) Has been cancelled
This commit is contained in:
parent
2d688a14a3
commit
3173d0766c
1 changed files with 5 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue