Hey everyone 🙂 Glad to join the awesome community of Pulumi! 😛ulumipus-8bit:
I'm building an app that should support promotion to production based on the success of e2e test and I wonder if it's possible to have a multi-stage deployment with pulumi for example:
1. Build the application (CRA) and deploy pre-production (Pulumi)
2. run the test against the pre-production (external)
3. deploy production (use the same build artifacts from step 1
The build artifacts from step 1 is uploaded to s3 bucket that is created with pulumi and this is why step 1 combines both the build and deploy