This message was deleted.
# azure
s
This message was deleted.
t
You probably don’t want to deploy both to testing and production at the same time from the same stack, so you need two stacks.
pulumi config
is stack-specific, so I’m not sure why you’d need to run it every time you switch.
A common scenario is that developers interact with testing, while production is deployed from CI/CD, so there’s no need to actually switch back and forth.
k
Thanks, that makes sense.