update deploy
This commit is contained in:
parent
56e2d19c97
commit
2da2f1d6f0
1 changed files with 1 additions and 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'
|
||||
|
|
Loading…
Add table
Reference in a new issue