Open scottnixonjr opened 4 years ago
I discovered why it's not updating your deploys. the images are being pushed to ECR, I am using the latest tag in the service definition. therefore the underlying ECS cluster is not updated. I fixed it in https://github.com/stelligent/mutato/commit/0b4ce2a74ed6a8d4d0e7dba4f6cf3b378cc57421 will bundle it in a patch release soon.
the "ChangeSets are failing" part is normal. because there were no actual changes, the change set generation fails.
I believe I have fixed this issue in the develop branch, specifically within the following commits:
Here is how I tested:
stelligent/mutato:develop
image to deploy the branch cleanI'll let @scottnixonjr test it again clean before closing this issue and merging into master.
I was able to deploy an update to the existing Stack.
Deploying the mutato-example-basic app.
Steps to reproduce:
index.html
by opening the Http endpoint in the CFN Output section.The deployed version on each ECS Service are from the 1st successful deployment.
The Pipeline shows success on both stages. However, the CFN ChangeSets are failing.
The submitted information didn't contain changes. Submit different information to create a change set.
Minor details that might be helpful. 1st deployment - original file without changes. 2nd deployment - added paragraph “The name is an x-files reference” 3rd deployment - added “3rd Deployment” Here is repo I’m deploying.