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: 6e8cf15204aa2038d9d387b2f3e9c6cd40c60555 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
stages:
  - provision

cloud_formation:
  image: '${CI_TEMPLATE_REGISTRY_HOST}/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'