adding pulumi poc for website deployment
This commit is contained in:
19
infra/pyproject.toml
Normal file
19
infra/pyproject.toml
Normal file
@@ -0,0 +1,19 @@
|
||||
[project]
|
||||
name = "infra"
|
||||
version = "0.1.0"
|
||||
description = "Add your description here"
|
||||
authors = [
|
||||
{ name = "David Brinovec", email = "david.brinovec@gmail.com" }
|
||||
]
|
||||
requires-python = ">=3.14"
|
||||
dependencies = [
|
||||
"pulumi>=3.261.0",
|
||||
"pulumi-cloudflare>=6.20.0",
|
||||
]
|
||||
|
||||
[project.scripts]
|
||||
infra = "infra:main"
|
||||
|
||||
[build-system]
|
||||
requires = ["uv_build>=0.12.5,<0.13.0"]
|
||||
build-backend = "uv_build"
|
||||
Reference in New Issue
Block a user