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

Deploy-ECS.gitlab-ci.yml « AWS « templates « ci « gitlab « lib - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 82b2f5c035ef8b7c32b925134a7152750aa3d094 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
stages:
  - build
  - test
  - review
  - deploy
  - production

variables:
  AUTO_DEVOPS_PLATFORM_TARGET: ECS

include:
  - template: Jobs/Build.gitlab-ci.yml
  - template: Jobs/Deploy/ECS.gitlab-ci.yml