Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Metagenomics
metagenedb
Commits
c22590cc
Commit
c22590cc
authored
Dec 01, 2020
by
Antoine Millet
Browse files
Set environment names in gitlab-ci.yml to target new clusters
parent
f2804063
Pipeline
#42529
passed with stages
in 4 minutes and 1 second
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
c22590cc
...
...
@@ -63,7 +63,7 @@ deploy-dev:
variables
:
NAMESPACE
:
${CI_PROJECT_NAME}-dev
environment
:
name
:
${CI_PROJECT_NAME}-dev
name
:
k8sdev-01-
${CI_PROJECT_NAME}-dev
url
:
https://${CI_PROJECT_NAME}-dev.pasteur.cloud
script
:
-
sh ci/deploy/deploy.sh
...
...
@@ -79,7 +79,7 @@ deploy-prod:
variables
:
NAMESPACE
:
${CI_PROJECT_NAME}
environment
:
name
:
${CI_PROJECT_NAME}
name
:
k8sprod-02-
${CI_PROJECT_NAME}
url
:
https://${CI_PROJECT_NAME}.pasteur.cloud
script
:
-
sh ci/deploy/deploy.sh
...
...
Antoine Millet
@anmillet
mentioned in commit
6902062c
·
Dec 01, 2020
mentioned in commit
6902062c
mentioned in commit 6902062c2df1c401ad73f1dab531dac52bf55dc6
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment