aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xdeploy.sh2
1 files changed, 1 insertions, 1 deletions
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'