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"
This reverts commitf89822e4f7, reversing changes made to19af76fd2b.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user