gray-yak-9058
04/09/2020, 4:06 PMpulumi up
on the sandbox and preprod stacks, but I want to lock down the prod stack so that only certain users can run pulumi up
. Is this possible?
2. How does the Pulumi GitHub action work when it comes to multiple stacks? Does it cycle through all stacks within a project? I would like to be able to control when a pulumi up
is run on a specific stack during CI/CD. While making infrastructure changes, I would obviously want to try it in the sandbox or preprod environments before making changes in production. Is this capable with the Pulumi GitHub action or do I need to look for another solution?green-morning-1318
04/09/2020, 4:44 PMgray-yak-9058
04/09/2020, 5:02 PM{my_org}/sandbox-{app_name}/sandbox
green-morning-1318
04/09/2020, 5:17 PMup --stack dev
which would update the dev stack