cleanup and prefect service setup

This commit is contained in:
Deeman
2026-02-04 22:24:55 +01:00
parent fc27d5f887
commit 6d4377ccf9
41 changed files with 15888 additions and 2591 deletions

15
infra/pulumi.dev.yaml Normal file
View File

@@ -0,0 +1,15 @@
# Development stack configuration
# Set actual values with: pulumi config set <key> <value>
# Set secrets with: pulumi config set --secret <key> <value>
config:
# Cloudflare configuration
cloudflare:apiToken: # Set with: pulumi config set --secret cloudflare:apiToken <token>
materia-infrastructure:cloudflare_account_id: # Set with: pulumi config set cloudflare_account_id <id>
# Hetzner configuration
hcloud:token: # Set with: pulumi config set --secret hcloud:token <token>
materia-infrastructure:hetzner_location: "nbg1" # Nuremberg, Germany
# SSH key for server access
materia-infrastructure:ssh_public_key: # Set with: pulumi config set --secret ssh_public_key "$(cat ~/.ssh/id_rsa.pub)"