diff --git a/.drone.star b/.drone.star index 16ec1c9..18de322 100644 --- a/.drone.star +++ b/.drone.star @@ -38,7 +38,7 @@ def printSecrets(filename, env, secretEnv): "port": fromSecret("ssh-port"), "username": fromSecret("ssh-user"), "password": fromSecret("ssh-password"), - "script": [x.replace("$$filename$$", filename) for x in + "script": [x.replace("$$filename$$", filename) for x in [ "rm -f env-stack", ] + map(echofilename, env) + mapSecret(echoSecret, secretEnv)]