debian-mirror-gitlab/lib/gitlab/ci/templates/AWS/Deploy-ECS.gitlab-ci.yml

15 lines
216 B
YAML
Raw Normal View History

2020-06-23 00:09:42 +05:30
stages:
- build
- test
- review
- deploy
- production
2021-01-29 00:20:46 +05:30
- cleanup
2020-06-23 00:09:42 +05:30
variables:
AUTO_DEVOPS_PLATFORM_TARGET: ECS
include:
- template: Jobs/Build.gitlab-ci.yml
- template: Jobs/Deploy/ECS.gitlab-ci.yml