multiple services get built, but just some of them got changes #3152
Replies: 1 comment
-
Hello @dragosbulugean ! Sorry for the late response, and a belated happy holidays to you too!
During the pipeline deployment stage, an update event is automatically triggered for all service stacks using the CloudFormation stack built from the pipeline build stage. Among all resources in the stack, your service resource may trigger an update, because the image tag that is used to reference the image changes (see buildspec.yml). However, this shouldn't interrupt your service, as an update to service's task definition requires no interruption. Does this address your concern? |
Beta Was this translation helpful? Give feedback.
-
We setup copilot for a couple LB services and AppRunner services.
Then we added the pipelines feature, which works great.
However, I noticed every service gets rebuilt on push, regardless of changes happening in the code of the specific service or not.
Do all of them get deployed regardless of changes? Is there a way to detect changes in the containers? Maybe a container hash based on its file contents or something?
Thank you for the clarification and Happy Holidays :)
Beta Was this translation helpful? Give feedback.
All reactions