ci: update secrets in .woodpecker.yml
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
f33a0d62a7
commit
3b725f2afb
1 changed files with 3 additions and 3 deletions
|
@ -13,11 +13,11 @@ steps:
|
|||
EARTHLY_CONFIGURATION:
|
||||
from_secret: EARTHLY_CONFIGURATION
|
||||
SSH_CONFIG:
|
||||
from_secret: SSH_CONFIG
|
||||
from_secret: THM_WEB_SSH_CONFIG
|
||||
SSH_UPLOAD_KEY:
|
||||
from_secret: SSH_UPLOAD_KEY
|
||||
from_secret: THM_WEB_DEPLOY_KEY
|
||||
SSH_KNOWN_HOSTS:
|
||||
from_secret: SSH_KNOWN_HOSTS
|
||||
from_secret: THM_WEB_KNOWN_HOSTS
|
||||
SSH_TARGET:
|
||||
from_secret: SSH_TARGET
|
||||
commands:
|
||||
|
|
Loading…
Add table
Reference in a new issue