.
continuous-integration/drone/push Build was killed
Details
continuous-integration/drone/push Build was killed
Details
This commit is contained in:
parent
3da05437fa
commit
da2ad1aff9
|
@ -230,7 +230,7 @@ Name of the db.
|
|||
|
||||
#### guacamole-postgres-password
|
||||
|
||||
Password fro the db (no spaces).
|
||||
Password for the db (no spaces).
|
||||
|
||||
#### guacamole-postgres-user
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@ def deploy(
|
|||
] +
|
||||
map(export, secrets) +
|
||||
[
|
||||
"export DRONE_REPO_LINK={link}".format(link=ctx.repo.link),
|
||||
"export DRONE_REPO_LINK=$${{DRONE_GITEA_SERVER}}/{namespace}/{name}".format(name=ctx.repo.name, namespace=ctx.repo.namespace),
|
||||
"export DRONE_COMMIT={commit}".format(commit=ctx.build.commit),
|
||||
"docker network prune -f",
|
||||
"cd {folder}".format(folder=folder),
|
||||
|
|
Reference in New Issue