DEV Community

Discussion on: Automate Deployments with AWS CodePipeline

Collapse
 
jayehernandez profile image
Jaye Hernandez

This post is worth the wait! ๐Ÿ’ฏThis will be very helpful to us, clicking through each of the services is a hassle. ๐Ÿ˜…

I know you didn't touch on deploying to the "sidekiq" ECS service to make things simple, but just curious, if we need to do that, will we create a separate pipeline for it?

Collapse
 
raphael_jambalos profile image
Raphael Jambalos

Hi Jaye, no need to create a separate pipeline. Just add a new deploy stage in the pipeline to deploy to those ECS service. You may have to change the container name of your sidekiq container from "sidekiq" to "web".

Collapse
 
jayehernandez profile image
Jaye Hernandez

Ahh got it, thanks!! ๐Ÿ™๐Ÿป

Collapse
 
nicobuchhalter profile image
NicoBuchhalter

By renaming to web, wouldnt it be pointing into other Task Definition?