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

This commit is contained in:
Giles Bradshaw 2020-04-24 12:58:36 +01:00
parent c12254e622
commit c2f0577be3
1 changed files with 4 additions and 1 deletions

View File

@ -19,10 +19,13 @@ def printSecrets(env):
"username": fromSecret("ssh-user"),
"password": fromSecret("ssh-password"),
"script": [
"rm env-stack",
"echo date",
"echo SSH_HOST=$SSH_HOST > env-stack",
"echo SSH_PORT=$SSH_PORT >> env-stack",
"echo LOCAL_DOCKER_REGISTRY=$LOCAL_DOCKER_REGISTRY >> env-stack",
"echo date",
"echo date >> env-stack",
]
}