fix: remove hardcoded 'johba' references — use dynamic project config instead (#241)
This commit is contained in:
parent
bbc8ec8031
commit
2b4c8be245
7 changed files with 25 additions and 24 deletions
|
|
@ -35,7 +35,7 @@ services:
|
|||
- FORGE_TOKEN=${FORGE_TOKEN:-}
|
||||
- FORGE_URL=http://forgejo:3000
|
||||
- PROJECT_TOML=projects/disinto.toml
|
||||
- FORGE_REPO=johba/disinto
|
||||
- FORGE_REPO=${FORGE_REPO:-disinto-admin/disinto}
|
||||
depends_on:
|
||||
- forgejo
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue