Deploy Multiple Services together
C
Cyriac Kodath
Hello,
I have a webapp that uses a Webservice, Worker, Redis, PostgreQL and Flower. All are on paid plans and everything if working fine.
I have set the auto build feature off at the moment. So it wont rebuild when any changes are made in GitHub unless I manually instruct it to make the new build.
My request is, is there a way to manually instruct all the above services to manually build again at one go? At the moment I need to click build for each of them separately. What would be great is an option to Multi-Deploy many services together.
Thanks
Log In
M
Marty Cochrane
Not a solution to being in dashboard, but I handle this via GitHub Actions and deploy hooks to deploy all my services at once if that's helpful.
c
colin
This is how we handle it too, and it works pretty well. A nice final touch would be a way to group services so that they all wait for the last build to finish, and then they all switch to the new deploy at the same time.