prod for cicada

This commit is contained in:
Blair Vanderlugt 2021-08-13 15:42:50 -07:00
parent 0fcb4454fe
commit 914df67be6
7 changed files with 5 additions and 4 deletions

View File

@ -1,4 +1,5 @@
.git
.cache
.dot
**/doc
**/doc
**/node_modules/

View File

@ -82,11 +82,11 @@ services:
- traefik.http.routers.${STACK_NAME?Variable not set}-proxy-http.middlewares=${STACK_NAME?Variable not set}-www-redirect,${STACK_NAME?Variable not set}-https-redirect
cicada:
image: registry.gitlab.com/grassrootseconomics/cic-internal-integration/cicada:latest
image: registry.gitlab.com/grassrootseconomics/cic-internal-integration/cicada:${TAG:-latest}
build:
context: ./apps/cic-staff-client
args:
FRONTEND_ENV: prod
FRONTEND_ENV: ${FRONTEND_ENV:-prod}
deploy:
labels:
- traefik.enable=true

0
scripts/build-push.sh Normal file → Executable file
View File

2
scripts/build.sh Normal file → Executable file
View File

@ -4,7 +4,7 @@
set -e
TAG=${TAG?Variable not set} \
FRONTEND_ENV=${FRONTEND_ENV-production} \
FRONTEND_ENV=${FRONTEND_ENV-prod} \
docker-compose \
-f docker-compose.yml \
build

0
scripts/deploy.sh Normal file → Executable file
View File

0
scripts/test-local.sh Normal file → Executable file
View File

0
scripts/test.sh Normal file → Executable file
View File