From 5f0184a1a37d6aec890d2a9ca3fd8df494a5bb88 Mon Sep 17 00:00:00 2001 From: Jacob Janzen Date: Sun, 29 Dec 2024 10:39:59 -0600 Subject: fix test branch name --- deploy.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'deploy.sh') diff --git a/deploy.sh b/deploy.sh index 64db9cf..689843a 100644 --- a/deploy.sh +++ b/deploy.sh @@ -1,7 +1,7 @@ #!/bin/sh -if [ "$1" = "dev" ]; then - branch=dev +if [ "$1" = "test" ]; then + branch=test location='/var/www/html-test' elif [ "$1" = "prod" ]; then branch=main -- cgit v1.2.3