.
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
c2f0577be3
commit
d2b2ddfdc4
|
@ -19,12 +19,12 @@ def printSecrets(env):
|
||||||
"username": fromSecret("ssh-user"),
|
"username": fromSecret("ssh-user"),
|
||||||
"password": fromSecret("ssh-password"),
|
"password": fromSecret("ssh-password"),
|
||||||
"script": [
|
"script": [
|
||||||
"echo date",
|
"date",
|
||||||
"echo SSH_HOST=$SSH_HOST > env-stack",
|
"echo SSH_HOST=$SSH_HOST > env-stack",
|
||||||
"echo SSH_PORT=$SSH_PORT >> env-stack",
|
"echo SSH_PORT=$SSH_PORT >> env-stack",
|
||||||
"echo LOCAL_DOCKER_REGISTRY=$LOCAL_DOCKER_REGISTRY >> env-stack",
|
"echo LOCAL_DOCKER_REGISTRY=$LOCAL_DOCKER_REGISTRY >> env-stack",
|
||||||
"echo date",
|
"date",
|
||||||
"echo date >> env-stack",
|
"date >> env-stack",
|
||||||
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Reference in New Issue