diff --git a/README.md b/README.md index 26413b5..a62da7f 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/drone-starlark/repos/deploy.star b/drone-starlark/repos/deploy.star index 31146b2..3159e1d 100644 --- a/drone-starlark/repos/deploy.star +++ b/drone-starlark/repos/deploy.star @@ -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),