cicd: renamed stages
This commit is contained in:
parent
9793aa9d3c
commit
73f4debb53
@ -11,7 +11,7 @@ stages:
|
|||||||
## VALIDATION ##
|
## VALIDATION ##
|
||||||
|
|
||||||
deploy_features:
|
deploy_features:
|
||||||
stage: Validate features
|
stage: validate_features
|
||||||
environment:
|
environment:
|
||||||
name: integration
|
name: integration
|
||||||
url: https://integration.startinblox.com
|
url: https://integration.startinblox.com
|
||||||
@ -23,11 +23,11 @@ deploy_features:
|
|||||||
tags:
|
tags:
|
||||||
- sib
|
- sib
|
||||||
|
|
||||||
deploy_staging:
|
deploy_review:
|
||||||
stage: Prepare release
|
stage: prepare_release
|
||||||
environment:
|
environment:
|
||||||
name: staging
|
name: review
|
||||||
url: https://staging.startinblox.com
|
url: https://review.startinblox.com
|
||||||
script:
|
script:
|
||||||
- echo "$APP_CONFIG_PARIS_STG" > config.json
|
- echo "$APP_CONFIG_PARIS_STG" > config.json
|
||||||
- echo "$SSH_PRIVATE_KEY" | tr -d '\r' > gitlab.key && chmod 600 gitlab.key
|
- echo "$SSH_PRIVATE_KEY" | tr -d '\r' > gitlab.key && chmod 600 gitlab.key
|
||||||
@ -40,11 +40,11 @@ deploy_staging:
|
|||||||
tags:
|
tags:
|
||||||
- sib
|
- sib
|
||||||
|
|
||||||
deploy_preprod:
|
deploy_staging:
|
||||||
stage: Validate release
|
stage: validate_release
|
||||||
environment:
|
environment:
|
||||||
name: preproduction
|
name: staging
|
||||||
url: https://preproduction.startinblox.com
|
url: https://staging.startinblox.com
|
||||||
script:
|
script:
|
||||||
- echo 'Environment is not setup yet...'
|
- echo 'Environment is not setup yet...'
|
||||||
only:
|
only:
|
||||||
@ -55,7 +55,7 @@ deploy_preprod:
|
|||||||
## LIVE DEPLOYMENT ##
|
## LIVE DEPLOYMENT ##
|
||||||
|
|
||||||
deploy_nantes:
|
deploy_nantes:
|
||||||
stage: Deploy production
|
stage: deploy_production
|
||||||
environment:
|
environment:
|
||||||
name: nantes
|
name: nantes
|
||||||
url: https://nantes.happy-dev.fr
|
url: https://nantes.happy-dev.fr
|
||||||
@ -72,7 +72,7 @@ deploy_nantes:
|
|||||||
- sib
|
- sib
|
||||||
|
|
||||||
deploy_paris:
|
deploy_paris:
|
||||||
stage: Deploy Production
|
stage: deploy_production
|
||||||
environment:
|
environment:
|
||||||
name: paris
|
name: paris
|
||||||
url: https://paris.happy-dev.fr
|
url: https://paris.happy-dev.fr
|
||||||
|
Loading…
x
Reference in New Issue
Block a user