fix: envs in wrong place
This commit is contained in:
parent
776a7ab96f
commit
2bb298ab12
|
@ -80,11 +80,11 @@ function(
|
|||
)(
|
||||
images.ssh {
|
||||
name: 'deploy',
|
||||
envs +: std.map(
|
||||
environment.env,
|
||||
droneSecrets,
|
||||
),
|
||||
settings +: {
|
||||
envs +: std.map(
|
||||
environment.env,
|
||||
droneSecrets,
|
||||
),
|
||||
script +:
|
||||
std.map(
|
||||
function(secret)
|
||||
|
|
Loading…
Reference in New Issue