27 lines
776 B
YAML
27 lines
776 B
YAML
# This template is deprecated.
|
|
#
|
|
# 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
|
|
#
|
|
# --------------------
|
|
#
|
|
# Documentation: https://docs.gitlab.com/ee/ci/cloud_deployment/#deploy-your-application-to-the-aws-elastic-container-service-ecs
|
|
|
|
stages:
|
|
- build
|
|
- test
|
|
- review
|
|
- deploy
|
|
- production
|
|
|
|
"error: Template has moved":
|
|
stage: deploy
|
|
script:
|
|
- 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-the-aws-elastic-container-service-ecs for more details."
|
|
- exit 1
|