diff --git a/deploy.sh b/deploy.sh index 729bd1d..e813827 100644 --- a/deploy.sh +++ b/deploy.sh @@ -16,7 +16,7 @@ CONFIG_FILE="config/config.yaml" BRANCH="master" if [ "$MODE" = "dev" ]; then CONFIG_FILE="config/config_test.yaml" - BRANCH="v2" + BRANCH="test" fi git fetch origin