Skip to content
Snippets Groups Projects
Verified Commit 138552c6 authored by Frank Sauerburger's avatar Frank Sauerburger
Browse files

Remove conflicting ingress from staging

parent 344c8225
No related branches found
No related tags found
No related merge requests found
Pipeline #14084 passed
......@@ -16,7 +16,8 @@ unittest:
jsbuild:
stage: jsbuild
when: manual
rules:
- if: $CI_COMMIT_TAG
image: node:12
allow_failure: false
......@@ -65,6 +66,7 @@ build:
--timeout 15m0s \
--set "backend.tag=${CI_COMMIT_TAG}" \
--set "ingress.host=${HOST}" \
$AUX \
keys chart
rules:
- if: $CI_COMMIT_TAG
......@@ -74,12 +76,14 @@ deploy_staging:
variables:
HOST: keys.preview.sauerburger.com
NAMESPACE: keys-staging
AUX: "--set ingress.openpggkeys='[]'"
environment:
name: Staging Environment
url: https://keys.preview.sauerburger.com/
deploy_production:
extends: .deploy
when: manual
variables:
HOST: keys.sauerburger.com
NAMESPACE: keys
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment