It automatically redirects with the build homepage, or show a page with button to start/stop the build.
10 lines
514 B
Text
10 lines
514 B
Text
RUNBOAT_SUPPORTED_REPOS=["OCA/mis-builder", "shopinvader/odoo-shopinvader", "OCA/server-env"]
|
|
RUNBOAT_API_ADMIN_USER="admin"
|
|
RUNBOAT_API_ADMIN_PASSWD="admin"
|
|
RUNBOAT_BUILD_NAMESPACE=runboat-builds
|
|
RUNBOAT_BUILD_DOMAIN=runboat-builds.odoo-community.org
|
|
RUNBOAT_BUILD_ENV={"PGHOST": "postgres14.runboat-builds-db", "PGPORT": "5432", "PGUSER": "runboat-build"}
|
|
RUNBOAT_BUILD_SECRET_ENV={"PGPASSWORD": "..."}
|
|
RUNBOAT_GITHUB_TOKEN=
|
|
RUNBOAT_LOG_CONFIG=log-config.yaml
|
|
RUNBOAT_BASE_URL=https://runboat.odoo-community.org
|