update deploy

This commit is contained in:
Jacob Janzen 2024-12-29 14:09:57 -06:00
parent 56e2d19c97
commit 2da2f1d6f0

View file

@ -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'