cicd: renamed stages

This commit is contained in:
plup 2020-01-14 22:02:52 +01:00
parent 9793aa9d3c
commit 73f4debb53
1 changed files with 11 additions and 11 deletions

View File

@ -11,7 +11,7 @@ stages:
## VALIDATION ##
deploy_features:
stage: Validate features
stage: validate_features
environment:
name: integration
url: https://integration.startinblox.com
@ -23,11 +23,11 @@ deploy_features:
tags:
- sib
deploy_staging:
stage: Prepare release
deploy_review:
stage: prepare_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: Validate release
deploy_staging:
stage: validate_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: Deploy production
stage: deploy_production
environment:
name: nantes
url: https://nantes.happy-dev.fr
@ -72,7 +72,7 @@ deploy_nantes:
- sib
deploy_paris:
stage: Deploy Production
stage: deploy_production
environment:
name: paris
url: https://paris.happy-dev.fr