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

14 lines
204 B
YAML
Raw Normal View History

2020-04-08 14:13:33 +05:30
stages:
- build
- test
- review
- deploy
- production
2020-05-24 23:13:21 +05:30
variables:
AUTO_DEVOPS_PLATFORM_TARGET: ECS
2020-04-08 14:13:33 +05:30
include:
- template: Jobs/Build.gitlab-ci.yml
2020-05-24 23:13:21 +05:30
- template: Jobs/Deploy/ECS.gitlab-ci.yml