gitlab-org--gitlab-foss/lib/gitlab/ci/snippets/review_app_default.yml

10 lines
199 B
YAML

deploy_review:
stage: deploy
script:
- echo "Deploy a review app"
environment:
name: review/$CI_COMMIT_REF_NAME
url: https://$CI_ENVIRONMENT_SLUG.example.com
only:
- branches