diff --git a/deploy.sh b/deploy.sh index 64db9cf..689843a 100644 --- a/deploy.sh +++ b/deploy.sh @@ -1,7 +1,7 @@ #!/bin/sh -if [ "$1" = "dev" ]; then - branch=dev +if [ "$1" = "test" ]; then + branch=test location='/var/www/html-test' elif [ "$1" = "prod" ]; then branch=main