diff options
-rwxr-xr-x | deploy.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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' |