From e4133ade21d9ce9cd8f0f0810cefc11c1261196c Mon Sep 17 00:00:00 2001 From: Steven Foerster Date: Sat, 25 Apr 2020 19:09:01 -0400 Subject: [PATCH] gitlab-ci --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f56b619..924b5a1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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