Skip to content
Snippets Groups Projects
Commit 7cd3c8f5 authored by Shinya Maeda's avatar Shinya Maeda :two:
Browse files

Update .gitlab-ci.yml file

parent 5151f0de
No related branches found
No related tags found
No related merge requests found
Pipeline #1022428002 skipped
deploy:
script: "deploy"
environment:
name: review/$CI_COMMIT_REF_NAME
deployment_tier: development
url: https://gitlab.com
rules:
- if: $CI_ENVIRONMENT_NAME =~ /^review\// && $CI_ENVIRONMENT_ACTION == "start" && $CI_ENVIRONMENT_TIER == "development" && $CI_ENVIRONMENT_URL == "https://gitlab.com"
stages:
- stage-1
- stage-2
- stage-3
deploy-a:
stage: stage-1
script: echo
environment: prd
when: manual
deploy-b:
stage: stage-2
script: echo
environment: prd
when: manual
deploy-c:
stage: stage-3
script: echo
environment: prd
when: manual
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