Self-Managed AWS ECS Deployment

Describe your question in as much detail as possible:

  • What are you seeing, and how does that differ from what you expect to see?
    Trying to use the ECS deployment script described here. Should the Deploy-ECS.gitlab-ci.yml deployment work on a self-managed instance or it just cloud?

I’ve tried various iterations, but if I try to implement as described on the link above, I see this in the logs:

bash: line 106: /build/build.sh: No such file or directory

My .gitllab-ci.yml file looks like this:

include:
  - template: Deploy-ECS.gitlab-ci.yml
  
variables:
  CI_AWS_ECS_CLUSTER: my-cluster
  CI_AWS_ECS_SERVICE: my-service
  CI_AWS_ECS_TASK_DEFINITION: my-task