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: 11f8376f0b4204531a95ffd0cd20646270bf83e1 (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 || $KUBECONFIG'
      when: never
    - if: '$CI_COMMIT_TAG || $CI_COMMIT_BRANCH'