This message was deleted.
# general
s
This message was deleted.
w
Of course if the dev, staging, prod stacks already exist then you can forget about the stack_init step. The
pulumi/update
command will just run against the provide stack. However, if you can’t assume that, then maybe this blog about how to ignore a failed step will work: https://support.circleci.com/hc/en-us/articles/360057590591-Ignoring-A-Failure-In-A-Step So you can do the stack_init and if it fails because the stack already exists, you continue.
👍 1
s
Thanks! 🙌