workflow-cd-ecspresso.yaml fails #104
Replies: 6 comments 1 reply
-
|
Found it.. |
Beta Was this translation helpful? Give feedback.
-
|
Hey @ronaldsteen I just updated the app on ECS repository with some better docs. The real kicker here is the environment.yaml That needs to point to your either infra repo or another dir. it sounds like this was an issue with what we generated for you. I'll make sure that's fixed. Sorry for the hiccup |
Beta Was this translation helpful? Give feedback.
-
|
There's also a discrepancy for the app secrets between the guide on docs.cloudposse.com and the example repo. https://github.com/cloudposse-examples/app-on-ecs/blob/main/.github/workflows/main-branch.yaml: https://docs.cloudposse.com/layers/software-delivery/ecs-ecspresso/setup/#-add-the-example-app-secrets: |
Beta Was this translation helpful? Give feedback.
-
|
And another issue I hit: |
Beta Was this translation helpful? Give feedback.
-
|
Thanks, @ronaldsteen, I think I addressed the issues you brought up with this pull request. Please let me know if you find anything else. (also cloudposse-examples/app-on-ecs@8fb5830) |
Beta Was this translation helpful? Give feedback.
-
|
@ronaldsteen can we close the loop on this? Or do you need further support here? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I've been following the "setting up ecspresso" guide, and have reached starting to trigger the workflows: https://docs.cloudposse.com/layers/software-delivery/ecs-ecspresso/setup/#merge-the-pull-request
The initial step, to run CI and get the image to ECR works as expected. After that I've deployed the app, and it's running 🎉
The CD process fails at the
Environment Infostep with the error below (from github-action-interface-environment)These paths seem to make sense, as I can see the checkout step using it as a path as well.
I'm also seeing the latest commit messages on the
infrastructurerepo in the debug logs, hence I assume it's successfully checking out the repo.Any clue what might be going on here? Or how I can further debug this?
Beta Was this translation helpful? Give feedback.
All reactions