ci: add missing env LOCAL_DOMAIN
This commit is contained in:
parent
8a871a35f3
commit
307726706a
1 changed files with 1 additions and 0 deletions
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
|
@ -11,6 +11,7 @@ env:
|
|||
REDIS_HOST: redis
|
||||
APPS_REPO_URL: https://repo.github.com/
|
||||
DOMAIN: localhost
|
||||
LOCAL_DOMAIN: tipi.lan
|
||||
TIPI_VERSION: 0.0.1
|
||||
|
||||
jobs:
|
||||
|
|
Loading…
Reference in a new issue