Skip to content

Commit

Permalink
Enable production mode
Browse files Browse the repository at this point in the history
  • Loading branch information
elnappo committed Apr 30, 2019
1 parent 35e7537 commit 4b7264a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ image: alpine:latest
variables:
# KUBE_INGRESS_BASE_DOMAIN is the application deployment domain and should be set as a variable at the group or project level.
# KUBE_INGRESS_BASE_DOMAIN: domain.example.com
KUBE_PRODUCTION_HOSTNAME: www.k8s.project-novis.org
KUBE_PRODUCTION_HOSTNAME: www.project-novis.org
KUBE_STAGING_HOSTNAME: staging.k8s.project-novis.org

POSTGRES_USER: postgres
Expand Down Expand Up @@ -564,7 +564,7 @@ rollout 100%:
--set image.tag="$CI_APPLICATION_TAG" \
--set image.pullPolicy=IfNotPresent \
--set application.track="$track" \
--set django.production="false" \
--set django.production="$is_production" \
--set django.databaseURL="$DATABASE_URL" \
--set django.secretKey="$DJANGO_SECRET_KEY" \
--set django.superuser.password="$DJANGO_SUPERUSER_PASSWORD" \
Expand Down

0 comments on commit 4b7264a

Please sign in to comment.