Browse Source

default password

merge-requests/8/head
Steven Foerster 6 years ago
parent
commit
97386e8bd5
  1. 3
      .gitlab-ci.yml

3
.gitlab-ci.yml

@ -5,6 +5,7 @@ services: @@ -5,6 +5,7 @@ services:
variables:
GIT_SUBMODULE_STRATEGY: "recursive"
MISTBORN_DEFAULT_PASSWORD: "default_password"
stages:
- test
@ -28,7 +29,7 @@ install: @@ -28,7 +29,7 @@ install:
# - docker info
# - docker-compose --version
# script:
# - scripts/subinstallers/gen_prod_env.sh "default_password"
# - scripts/subinstallers/gen_prod_env.sh "$MISTBORN_DEFAULT_PASSWORD"
# - cp compose/production/traefik/traefik.toml.template compose/production/traefik/traefik.toml
# - docker-compose -f base.yml build

Loading…
Cancel
Save