Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(deploy-app.yaml): add pulumi state storage input and module to G…
…itHub Actions This change introduces a new input parameter `pulumi_state_storage` for the GitHub Actions workflow, which specifies the location of the pulumi state. It also adds the `PULUMI_MODULE` environment variable to manage pulumi operations. This allows the deployment process to integrate pulumi for infrastructure management, making the deployment process more robust and flexible by leveraging pulumi's capabilities for state management. The default state storage is set to a Google Cloud Storage bucket, ensuring that the state is stored securely and is accessible across different deployment runs.
- Loading branch information