summaryrefslogtreecommitdiff
path: root/lib/gitlab/ci/templates/AWS/Deploy-ECS.gitlab-ci.yml
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