aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Janzen <jacob.a.s.janzen@gmail.com>2024-12-29 14:09:57 -0600
committerJacob Janzen <jacob.a.s.janzen@gmail.com>2024-12-29 14:09:57 -0600
commit2da2f1d6f0d623522053a422e33a5e262627f127 (patch)
tree5aab6460b49ce634792e9176a5b0872e69442109
parent56e2d19c9783839858ed3643083aaf808e9b750e (diff)
update deploy
-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'