summaryrefslogtreecommitdiff
path: root/lib/gitlab/ci/templates/AWS/Deploy-ECS.gitlab-ci.yml
blob: 453803a6f7e7d383b3abdd15b978bf1cabba53d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
stages:
  - build
  - test
  - review
  - deploy
  - production
  - cleanup

variables:
  AUTO_DEVOPS_PLATFORM_TARGET: ECS

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