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

20 lines
513 B
YAML
Raw Normal View History

2021-09-30 23:02:18 +05:30
# To contribute improvements to CI/CD templates, please follow the Development guide at:
# https://docs.gitlab.com/ee/development/cicd/templates.html
# This specific template is located at:
# https://gitlab.com/gitlab-org/gitlab/-/blob/master/lib/gitlab/ci/templates/AWS/Deploy-ECS.gitlab-ci.yml
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