Skip to content
Snippets Groups Projects
Commit 73f4debb authored by plup's avatar plup
Browse files

cicd: renamed stages

parent 9793aa9d
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment