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