From 6a7296a91bbdf292ea65173b924fd4a706469bbf Mon Sep 17 00:00:00 2001 From: Derek Smith Date: Tue, 24 May 2022 14:11:58 -0400 Subject: [PATCH] Changed hosting provider and to --aws; default lxd --- deploy.sh | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/deploy.sh b/deploy.sh index 349f3d8..d28e088 100755 --- a/deploy.sh +++ b/deploy.sh @@ -35,12 +35,8 @@ MACVLAN_INTERFACE= for i in "$@"; do case $i in - --domain=*) - DOMAIN_NAME="${i#*=}" - shift - ;; - --hosting-provider=*) - VPS_HOSTING_TARGET="${i#*=}" + --aws) + VPS_HOSTING_TARGET=aws shift ;; --restore)