fix: envs in wrong place

This commit is contained in:
Giles Bradshaw 2020-08-27 23:04:27 +01:00
parent 776a7ab96f
commit 2bb298ab12
1 changed files with 4 additions and 4 deletions

View File

@ -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)