pulumi / deploy-demos

8 stars 5 forks source link

Create stack if it doesn't exist #34

Closed komalali closed 1 year ago

komalali commented 1 year ago

Creates a stack if it doesn't exist before trying to deploy to it.

Also removes need for GitHub PAT since the repo is now public.

Fixes: https://github.com/pulumi/deploy-demos/issues/22

komalali commented 1 year ago

I'm gonna merge this