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