Repo to hold code for demonstrating Pulumi Deployments features.
Overview of possible demos are listed below.
Check the given folder's README for that example's specifics.
- Go to given stack
- Click the Actions button and select the type of action you want.
- Modify something (e.g. modify a config value in pulumi.yaml).
- Commit the change directly to the
main
branch.- This will run an update deployment against the
prod
stack.
- This will run an update deployment against the
- Modify something (e.g. modify a config value in pulumi.yaml).
- Push the change as
dev
branch.- This will run a deployment in the service on the
dev
stack.
- This will run a deployment in the service on the
- Create a Pull Request from
dev
tomain
branch.- This will run a
preview
deployment in the service on theprod
stack.
- This will run a
- Merge the Pull Request to main.
- This will run an
update
deployment in the service on theprod
stack.
- This will run an