Skip to content
Snippets Groups Projects
Commit 4c02c045 authored by Remi  PLANEL's avatar Remi PLANEL
Browse files

add env

parent 7a1dce57
No related branches found
No related tags found
No related merge requests found
Pipeline #119107 passed with stages
in 15 minutes and 1 second
......@@ -472,6 +472,8 @@ load-website:dev:
stage: load-website
variables:
NAMESPACE: "defense-finder-dev"
environment:
name: "k8sdev-01"
rules:
- if: $CI_COMMIT_BRANCH != "main"
script:
......@@ -483,6 +485,8 @@ load-website:dev:
load-website:prod:
image: harbor.pasteur.fr/kube-system/helm-kubectl:$HELM_VERSION
stage: load-website
environment:
name: "k8sprod-02"
variables:
NAMESPACE: "defense-finder-prod"
rules:
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment