fix test branch name

This commit is contained in:
Jacob Janzen 2024-12-29 10:39:59 -06:00
parent 0bcd07f31a
commit 5f0184a1a3

View file

@ -1,7 +1,7 @@
#!/bin/sh #!/bin/sh
if [ "$1" = "dev" ]; then if [ "$1" = "test" ]; then
branch=dev branch=test
location='/var/www/html-test' location='/var/www/html-test'
elif [ "$1" = "prod" ]; then elif [ "$1" = "prod" ]; then
branch=main branch=main