Trying to deploy via github to ecs and getting an ...
# cfml-general
s
Trying to deploy via github to ecs and getting an error referencing a problem in code that isn’t there in the repo
g
we use AWS for just about everything and besides our team that is CFML Devs (We do our own AWS work) - we have an extra specialty group that looks after AWS things for the rest of the company... My point being - if you want to elaborate - we might be able to help.
q
@salted One thing to note with AWS is you can't reuse tag names if you are pulling into ECS/EKS/Lightsail Components. If you always point your ECS to "LATEST" it will cache latest, And the caching is funky at best -- I've seen it use really old cached versions then the next deploy use a slightly older version, then go back to an older one...
👍🏼 1
g
@quetwo - we learned this the hard way too! And altered our CI/CD pipeline to use specific "versions" instead of a "latest" shortcut!
s
Thanks guys that might give me a lead