Trying to setup a CI pipeline for our Pulumi proje...
# general
r
Trying to setup a CI pipeline for our Pulumi project, and realized maybe we are using "stack" wrong? For each project, we have a "dev" and a "prod" stack. During a pull request, I'd like to run a "preview". Seems we would need to run for both stacks to make it meaningful. Is that how others do it?
b
yep, stacks target environments, like a cloud provider region or account