Revert "Merge pull request 'fix: added shutdown logic to deployment yaml to speed up deployment runs' (#6) from bug/fix-long-deployments-because-of-started-vms into main"
Deploy Proxmox Infra / Pulumi Preview (push) Has been skipped
Deploy Proxmox Infra / Pulumi Deploy (push) Successful in 57s
Deploy k8s Infra / Pulumi Preview (push) Has been skipped
Deploy k8s Infra / Pulumi Deploy (push) Failing after 47s

This reverts commit f89822e4f7, reversing
changes made to 19af76fd2b.
This commit is contained in:
2026-06-02 00:18:22 +02:00
parent f89822e4f7
commit 64ef076350
2 changed files with 4 additions and 46 deletions
-2
View File
@@ -16,11 +16,9 @@ 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