https://pulumi.com logo
Title
b

brief-car-60542

03/31/2023, 10:43 PM
After reading this. I think this is doc on how deployment can happen in Pulumi. I dont think my question is answer from the doc. If I want to do git push deploy. Is that means every single stack in each project needs to be deploy separately? means I need to setup something for each of them? From a thread in #getting-started
l

lemon-agent-27707

04/01/2023, 2:57 AM
Yes, you will need to set up git push to deploy for every stack. Just curious, how many stacks are you looking to configure?
b

brief-car-60542

04/01/2023, 5:29 AM
for the whole company, we have like 5~10 projects. and each can have 1~5 stacks can grow even more in the future.
l

lemon-agent-27707

04/02/2023, 1:12 PM
I see. We are working on adding the ability to configure deployments settings via a pulumi program. It should be done next week: https://github.com/pulumi/pulumi-pulumiservice/pull/122 Then you can define all of this via code, for loops, etc. Should make it easier to configure lots of stacks!
b

brief-car-60542

04/03/2023, 2:34 AM
Looking forward to see it!
This have to be using pulumi cloud service right?
l

lemon-agent-27707

04/03/2023, 4:30 PM
Yes, deployments is only available in the cloud service.