Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
metagenedb
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Metagenomics
metagenedb
Commits
6902062c
Commit
6902062c
authored
4 years ago
by
Antoine Millet
Browse files
Options
Downloads
Patches
Plain Diff
Set environment names in gitlab-ci.yml to target new clusters
(cherry picked from commit
c22590cc
)
parent
3a59ba74
No related branches found
No related tags found
No related merge requests found
Pipeline
#42536
failed
4 years ago
Stage: build
Stage: test
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+2
-2
2 additions, 2 deletions
.gitlab-ci.yml
with
2 additions
and
2 deletions
.gitlab-ci.yml
+
2
−
2
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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment