fix: added shutdown logic to deployment yaml to speed up deployment runs
Deploy Proxmox Infra / Pulumi Preview (pull_request) Successful in 1m8s
Deploy Proxmox Infra / Pulumi Deploy (pull_request) Has been skipped
Deploy k8s Infra / Pulumi Preview (pull_request) Successful in 47s
Deploy k8s Infra / Pulumi Deploy (pull_request) Has been skipped

This commit is contained in:
2026-06-01 22:33:43 +02:00
parent 19af76fd2b
commit 94be23def7
2 changed files with 46 additions and 4 deletions
+2
View File
@@ -16,9 +16,11 @@ npm install
pulumi preview
# Sync Pulumi state with actual Proxmox state (run before up if resources were changed manually)
# Note: shut down all k3s VMs in Proxmox first — refresh is slow against running VMs
pulumi refresh --yes
# Deploy infrastructure
# Note: shut down all k3s VMs in Proxmox first, then run:
pulumi refresh --yes && pulumi up --yes
# Destroy infrastructure