Hi, is there a way to run Deployments (e.g. pulumi...
# pulumi-deployments
t
Hi, is there a way to run Deployments (e.g. pulumi up) on one stack at a time with custom validation in between each deployment?
l
This is the normal flow. Change to a stack, deploy it, check it, change to the next stack. What behaviour are you encountering?
t
Sorry if this is a newbie question - if I had a GitOps workflow w/ multiple stacks, and multiple stacks have changes - how can we make stacks be updated 1 by 1 w/ validation/sleep in between each one?
l
A loop. You have to use a loop: there is no way to update multiple stacks with a single command.
🙌 1