summaryrefslogtreecommitdiff
path: root/lib/gitlab/ci/templates/Deploy-ECS.gitlab-ci.yml
blob: c1815baf7e6609cf8642cee330a0046735164e7c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# 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