Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Orbit
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
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
Applications
Orbit
Commits
73f4debb
Commit
73f4debb
authored
5 years ago
by
plup
Browse files
Options
Downloads
Patches
Plain Diff
cicd: renamed stages
parent
9793aa9d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+11
-11
11 additions, 11 deletions
.gitlab-ci.yml
with
11 additions
and
11 deletions
.gitlab-ci.yml
+
11
−
11
View file @
73f4debb
...
...
@@ -11,7 +11,7 @@ stages:
## VALIDATION ##
deploy_features
:
stage
:
V
alidate
features
stage
:
v
alidate
_
features
environment
:
name
:
integration
url
:
https://integration.startinblox.com
...
...
@@ -23,11 +23,11 @@ deploy_features:
tags
:
-
sib
deploy_
staging
:
stage
:
P
repare
release
deploy_
review
:
stage
:
p
repare
_
release
environment
:
name
:
staging
url
:
https://
staging
.startinblox.com
name
:
review
url
:
https://
review
.startinblox.com
script
:
-
echo "$APP_CONFIG_PARIS_STG" > config.json
-
echo "$SSH_PRIVATE_KEY" | tr -d '\r' > gitlab.key && chmod 600 gitlab.key
...
...
@@ -40,11 +40,11 @@ deploy_staging:
tags
:
-
sib
deploy_
preprod
:
stage
:
V
alidate
release
deploy_
staging
:
stage
:
v
alidate
_
release
environment
:
name
:
preproduction
url
:
https://
preproduction
.startinblox.com
name
:
staging
url
:
https://
staging
.startinblox.com
script
:
-
echo 'Environment is not setup yet...'
only
:
...
...
@@ -55,7 +55,7 @@ deploy_preprod:
## LIVE DEPLOYMENT ##
deploy_nantes
:
stage
:
D
eploy
production
stage
:
d
eploy
_
production
environment
:
name
:
nantes
url
:
https://nantes.happy-dev.fr
...
...
@@ -72,7 +72,7 @@ deploy_nantes:
-
sib
deploy_paris
:
stage
:
D
eploy
P
roduction
stage
:
d
eploy
_p
roduction
environment
:
name
:
paris
url
:
https://paris.happy-dev.fr
...
...
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