Skip to content
Discussion options

You must be logged in to vote

This is because the ECS Deploy Runner has been configured to restrict your repo to the ssh URL instead of https, but your script is trying to deploy using the https URL. The easiest way to resolve this would be to update the CI scripts so that it uses the SSH url instead of the HTTPS url for the --repo call (e.g., you can try hardcoding the repo_url var here)

Alternatively, you can update the ecs-deploy-runner to allow using the https URL. This setting is configured using the terraform_applier_config.infrastructure_live_repositories setting for the ecs-deploy-runner module.

In the ref arch, it’s managed here, which points to this local. You can add the https URL to that local and redeploy…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by yorinasub17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
1 participant