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 = "" )