2020-07-18 02:10:00 -04:00
# This template is deprecated.
2020-06-10 02:08:18 -04:00
#
# If you have referenced this template in your CI pipeline, please
# update your CI configuration by replacing the following occurrence(s):
#
# template: Deploy-ECS.gitlab-ci.yml
#
# with
#
# template: AWS/Deploy-ECS.gitlab-ci.yml
#
# --------------------
#
2022-06-08 02:08:10 -04:00
# Documentation: https://docs.gitlab.com/ee/ci/cloud_deployment/#deploy-your-application-to-ecs
2020-06-10 02:08:18 -04:00
2020-03-16 08:09:12 -04:00
stages :
- build
- test
- review
- deploy
- production
2020-07-18 02:10:00 -04:00
"error: Template has moved" :
stage : deploy
script :
2022-06-08 02:08:10 -04:00
- echo "Deploy-ECS.gitlab-ci.yml has been moved to AWS/Deploy-ECS.gitlab-ci.yml, see https://docs.gitlab.com/ee/ci/cloud_deployment/#deploy-your-application-to-ecs for more details."
2020-07-18 02:10:00 -04:00
- exit 1