acoustic-monitor-21868
05/30/2022, 9:40 AMpulumi up
on prod stack?echoing-dinner-19531
05/30/2022, 10:21 AMacoustic-monitor-21868
05/30/2022, 10:28 AMechoing-dinner-19531
05/30/2022, 10:30 AMquaint-hydrogen-7228
05/30/2022, 11:28 AMlittle-cartoon-10569
05/30/2022, 8:53 PMelegant-zoo-39359
08/12/2022, 3:06 PMstack := ctx.Stack()
switch stack {
case "dev":
return stacks.CreateDev(ctx)
case "prod":
return stacks.CreateProd(ctx)
And they then select which of the shared resource-creation functions to call. We haven't got to a real release yet though, but I guess we'll have to go with Git tags to control gradual roll-outs of changes to each environment.