fix: dronesecrets should only be env for deploy
This commit is contained in:
parent
719a9b12c2
commit
2ee96ed5ad
|
@ -80,6 +80,10 @@ function(
|
|||
)(
|
||||
images.ssh {
|
||||
name: 'deploy',
|
||||
envs +: std.map(
|
||||
environment.env,
|
||||
droneSecrets,
|
||||
),
|
||||
settings +: {
|
||||
script +:
|
||||
std.map(
|
||||
|
|
Loading…
Reference in New Issue