From 2da2f1d6f0d623522053a422e33a5e262627f127 Mon Sep 17 00:00:00 2001 From: Jacob Janzen Date: Sun, 29 Dec 2024 14:09:57 -0600 Subject: update deploy --- deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.sh b/deploy.sh index a35f9ef..2f388dd 100755 --- a/deploy.sh +++ b/deploy.sh @@ -4,7 +4,7 @@ if [ "$1" = "test" ]; then branch='test' location='/var/www/html-test' echo 'deploying to test.jjanzen.ca' -elif [ "$1" = "prod" ]; then +elif [ "$1" = "main" ]; then branch='main' location='/var/www/html' echo 'deploying to jjanzen.ca' -- cgit v1.2.3