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
6902062c
Commit
6902062c
authored
Dec 01, 2020
by
Antoine Millet
Browse files
Set environment names in gitlab-ci.yml to target new clusters
(cherry picked from commit
c22590cc
)
parent
3a59ba74
Pipeline
#42536
failed with stages
in 25 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
6902062c
...
@@ -63,7 +63,7 @@ deploy-dev:
...
@@ -63,7 +63,7 @@ deploy-dev:
variables
:
variables
:
NAMESPACE
:
${CI_PROJECT_NAME}-dev
NAMESPACE
:
${CI_PROJECT_NAME}-dev
environment
:
environment
:
name
:
${CI_PROJECT_NAME}-dev
name
:
k8sdev-01-
${CI_PROJECT_NAME}-dev
url
:
https://${CI_PROJECT_NAME}-dev.pasteur.cloud
url
:
https://${CI_PROJECT_NAME}-dev.pasteur.cloud
script
:
script
:
-
sh ci/deploy/deploy.sh
-
sh ci/deploy/deploy.sh
...
@@ -79,7 +79,7 @@ deploy-prod:
...
@@ -79,7 +79,7 @@ deploy-prod:
variables
:
variables
:
NAMESPACE
:
${CI_PROJECT_NAME}
NAMESPACE
:
${CI_PROJECT_NAME}
environment
:
environment
:
name
:
${CI_PROJECT_NAME}
name
:
k8sprod-02-
${CI_PROJECT_NAME}
url
:
https://${CI_PROJECT_NAME}.pasteur.cloud
url
:
https://${CI_PROJECT_NAME}.pasteur.cloud
script
:
script
:
-
sh ci/deploy/deploy.sh
-
sh ci/deploy/deploy.sh
...
...
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