Fix default VPS deploy remote

This commit is contained in:
Andraxion 2026-06-27 00:40:45 -04:00
parent 0c07ce073d
commit fad065c429

View file

@ -1,5 +1,5 @@
param(
[string]$Remote = "vps",
[string]$Remote = "origin",
[string]$Branch = ""
)