From fad065c429442773f54b7fa578358438caae3631 Mon Sep 17 00:00:00 2001 From: Andraxion Date: Sat, 27 Jun 2026 00:40:45 -0400 Subject: [PATCH] Fix default VPS deploy remote --- scripts/deploy-vps.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/deploy-vps.ps1 b/scripts/deploy-vps.ps1 index 1503f53..5215cb2 100644 --- a/scripts/deploy-vps.ps1 +++ b/scripts/deploy-vps.ps1 @@ -1,5 +1,5 @@ param( - [string]$Remote = "vps", + [string]$Remote = "origin", [string]$Branch = "" )