diff --git a/.drone-home.jsonnet b/.drone-home.jsonnet index c0115d5..f7dbd7a 100644 --- a/.drone-home.jsonnet +++ b/.drone-home.jsonnet @@ -187,19 +187,24 @@ local images = { ), util.compose( std.map( - util.compose([ - function(s) util.envSet(s), - function(s) function(step) step { - settings +: { - script +: [ - "export %(env)s='$${%(env)s}'" % { - env: util.environment(s), - }, - ], + util.compose( + std.map( + function(s) util.envSet(s), + publicSecrets + ) + + std.map( + function(s) function(step) step { + settings +: { + script +: [ + "export %(env)s='$${%(env)s}'" % { + env: util.environment(s), + }, + ], + }, }, - }, - ]), - publicSecrets, + publicSecrets + ) + ), ) )( images.ssh {