.
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
c12254e622
commit
c2f0577be3
|
@ -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",
|
||||
|
||||
]
|
||||
}
|
||||
|
||||
|
|
Reference in New Issue