Browse Source

gitlab-ci

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

2
.gitlab-ci.yml

@ -6,6 +6,7 @@ services: @@ -6,6 +6,7 @@ services:
variables:
GIT_SUBMODULE_STRATEGY: "recursive"
MISTBORN_DEFAULT_PASSWORD: "default_password"
MISTBORN_DNS_BIND_IP: "10.2.3.1"
stages:
- test
@ -19,6 +20,5 @@ docker_build: @@ -19,6 +20,5 @@ 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