Adding missing env var in Dockerfile
This commit is contained in:
parent
b7906786bb
commit
a42dea1054
1 changed files with 1 additions and 0 deletions
|
|
@ -20,6 +20,7 @@ ENV RUNBOAT_BUILD_ENV='{"PGHOST": "postgres14.runboat-builds-db", "PGPORT": "543
|
||||||
ENV RUNBOAT_BUILD_SECRET_ENV='{"PGPASSWORD": "..."}'
|
ENV RUNBOAT_BUILD_SECRET_ENV='{"PGPASSWORD": "..."}'
|
||||||
ENV RUNBOAT_BUILD_TEMPLATE_VARS='{}'
|
ENV RUNBOAT_BUILD_TEMPLATE_VARS='{}'
|
||||||
ENV RUNBOAT_GITHUB_TOKEN=
|
ENV RUNBOAT_GITHUB_TOKEN=
|
||||||
|
ENV RUNBOAT_GITHUB_WEBHOOK_SECRET=
|
||||||
ENV RUNBOAT_BASE_URL=https://runboat.example.com
|
ENV RUNBOAT_BASE_URL=https://runboat.example.com
|
||||||
ENV RUNBOAT_ADDITIONAL_FOOTER_HTML=''
|
ENV RUNBOAT_ADDITIONAL_FOOTER_HTML=''
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue