.
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Giles Bradshaw 2020-04-24 14:25:21 +01:00
parent d7395301df
commit 4dc9e3793b
1 changed files with 2 additions and 2 deletions

View File

@ -13,12 +13,12 @@ def printSecrets(env):
"image": "appleboy/drone-ssh",
"environment": environment(env),
"settings": {
"envs": [x.replace("-", "_") for x in env],
"envs": [x.replace("-", "_") for x in map(env, lambda: x: x) ],
"host": fromSecret("ssh-host"),
"port": fromSecret("ssh-port"),
"username": fromSecret("ssh-user"),
"password": fromSecret("ssh-password"),
"script": [
"script": [[
"echo $(($(date +%s%N)/1000000))",
"echo SSH_HOST=$SSH_HOST > env-stack",
"sleep 5",