prod for cicada
This commit is contained in:
parent
0fcb4454fe
commit
914df67be6
@ -1,4 +1,5 @@
|
|||||||
.git
|
.git
|
||||||
.cache
|
.cache
|
||||||
.dot
|
.dot
|
||||||
**/doc
|
**/doc
|
||||||
|
**/node_modules/
|
||||||
|
@ -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
|
- 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:
|
cicada:
|
||||||
image: registry.gitlab.com/grassrootseconomics/cic-internal-integration/cicada:latest
|
image: registry.gitlab.com/grassrootseconomics/cic-internal-integration/cicada:${TAG:-latest}
|
||||||
build:
|
build:
|
||||||
context: ./apps/cic-staff-client
|
context: ./apps/cic-staff-client
|
||||||
args:
|
args:
|
||||||
FRONTEND_ENV: prod
|
FRONTEND_ENV: ${FRONTEND_ENV:-prod}
|
||||||
deploy:
|
deploy:
|
||||||
labels:
|
labels:
|
||||||
- traefik.enable=true
|
- traefik.enable=true
|
||||||
|
0
scripts/build-push.sh
Normal file → Executable file
0
scripts/build-push.sh
Normal file → Executable file
2
scripts/build.sh
Normal file → Executable file
2
scripts/build.sh
Normal file → Executable file
@ -4,7 +4,7 @@
|
|||||||
set -e
|
set -e
|
||||||
|
|
||||||
TAG=${TAG?Variable not set} \
|
TAG=${TAG?Variable not set} \
|
||||||
FRONTEND_ENV=${FRONTEND_ENV-production} \
|
FRONTEND_ENV=${FRONTEND_ENV-prod} \
|
||||||
docker-compose \
|
docker-compose \
|
||||||
-f docker-compose.yml \
|
-f docker-compose.yml \
|
||||||
build
|
build
|
||||||
|
0
scripts/deploy.sh
Normal file → Executable file
0
scripts/deploy.sh
Normal file → Executable file
0
scripts/test-local.sh
Normal file → Executable file
0
scripts/test-local.sh
Normal file → Executable file
0
scripts/test.sh
Normal file → Executable file
0
scripts/test.sh
Normal file → Executable file
Loading…
Reference in New Issue
Block a user