Browse Source

gitlab-ci

merge-requests/22/head
Steven Foerster 6 years ago
parent
commit
e4133ade21
  1. 1
      .gitlab-ci.yml

1
.gitlab-ci.yml

@ -19,5 +19,6 @@ docker_build: @@ -19,5 +19,6 @@ docker_build:
- apk add docker-compose
- scripts/subinstallers/gen_prod_env.sh "$MISTBORN_DEFAULT_PASSWORD"
- cp compose/production/traefik/traefik.toml.template compose/production/traefik/traefik.toml
- scripts/env/setup.sh
- docker-compose -f base.yml build

Loading…
Cancel
Save