trying to fix secrets
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Some checks reported errors
continuous-integration/drone/push Build encountered an error
This commit is contained in:
parent
b6334e79e1
commit
808c0e31a0
1 changed files with 2 additions and 2 deletions
|
@ -8,11 +8,11 @@ environment:
|
|||
DOKKU_APP_NAME: dokku-ci-deploy
|
||||
DOKKU_USER: dokku
|
||||
SSH_PRIVATE_KEY:
|
||||
from_secret: dokku_ssh_key
|
||||
- from_secret: dokku_ssh_key
|
||||
JUMP_HOST: 192.168.0.24
|
||||
JUMP_USER: jumpuser
|
||||
JUMP_PRIVATE_KEY:
|
||||
from_secret: dokku_ssh_key
|
||||
- from_secret: dokku_ssh_key
|
||||
|
||||
image: ubuntu:latest
|
||||
|
||||
|
|
Loading…
Reference in a new issue