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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

28 lines
708 B
YAML
Raw Normal View History

2020-10-24 23:57:45 +05:30
# This template is deprecated.
2020-06-23 00:09:42 +05:30
#
# 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-07-23 23:45:48 +05:30
# Documentation: https://docs.gitlab.com/ee/ci/cloud_deployment/#deploy-your-application-to-ecs
2020-06-23 00:09:42 +05:30
2020-04-08 14:13:33 +05:30
stages:
- build
- test
- review
- deploy
- production
2020-10-24 23:57:45 +05:30
"error: Template has moved":
stage: deploy
script:
2022-07-23 23:45:48 +05:30
- 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-10-24 23:57:45 +05:30
- exit 1