adding pulumi poc for website deployment

This commit is contained in:
David Brinovec
2026-09-07 16:40:09 -04:00
parent 2844134064
commit 94dd775061
12 changed files with 827 additions and 0 deletions

11
infra/notes/STATE.md Normal file
View File

@@ -0,0 +1,11 @@
## Migrating from a local state file to a Cloudflare bucket
### while still on the local backend
pulumi stack export --file pulumi_state.json
### switch backends
pulumi login s3://<bucket>?endpoint=<account-id>.r2.cloudflarestorage.com&region=auto
### recreate the stack on the new backend and import the state
pulumi stack init dev
pulumi stack import --file pulumi_state.json