Welcome to mirror list, hosted at ThFree Co, Russian Federation.

review_app_default.yml « snippets « ci « gitlab « lib - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b6db08ef5375c2bd6878eb556626c6cc455b010f (plain)
1
2
3
4
5
6
7
8
9
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