+ fx
This commit is contained in:
@@ -17,7 +17,7 @@ steps:
|
||||
image: alpine:latest
|
||||
depends_on: [ version ]
|
||||
environment:
|
||||
VAULT_ADDR: https://vault.sendico.io
|
||||
VAULT_ADDR: { from_secret: VAULT_ADDR }
|
||||
VAULT_ROLE_ID: { from_secret: VAULT_APP_ROLE }
|
||||
VAULT_SECRET_ID: { from_secret: VAULT_SECRET_ID }
|
||||
commands:
|
||||
@@ -33,7 +33,7 @@ steps:
|
||||
image: alpine:latest
|
||||
depends_on: [ secrets ]
|
||||
environment:
|
||||
VAULT_ADDR: https://vault.sendico.io
|
||||
VAULT_ADDR: { from_secret: VAULT_ADDR }
|
||||
VAULT_ROLE_ID: { from_secret: VAULT_APP_ROLE }
|
||||
VAULT_SECRET_ID: { from_secret: VAULT_SECRET_ID }
|
||||
commands:
|
||||
|
||||
Reference in New Issue
Block a user