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

CF-Provision.gitlab-ci.yml « Jobs « templates « ci « gitlab « lib - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 31ca68c57d72563caaef185f86e14ad47684a672 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
stages:
  - provision

cloud_formation:
  image: 'registry.gitlab.com/gitlab-org/cloud-deploy/aws-cloudformation:latest'
  stage: provision
  script:
    - gl-cloudformation create-stack
  rules:
    - if: '($AUTO_DEVOPS_PLATFORM_TARGET != "EC2") || ($AUTO_DEVOPS_PLATFORM_TARGET != "ECS")'
      when: never
    - if: '$CI_KUBERNETES_ACTIVE'
      when: never
    - if: '$CI_COMMIT_TAG || $CI_COMMIT_BRANCH'