merge staging to production #58
1 changed files with 5 additions and 0 deletions
commit
3173d0766c
|
|
@ -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