From e413c089dce64b1b46db8867dc553f94b915155c Mon Sep 17 00:00:00 2001 From: Expand-sys <79956551+Expand-sys@users.noreply.github.com> Date: Sat, 24 Dec 2022 19:19:14 +1100 Subject: [PATCH] change default branch on deployment --- deployment/vars/default.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment/vars/default.yml b/deployment/vars/default.yml index ecfa980..281c203 100644 --- a/deployment/vars/default.yml +++ b/deployment/vars/default.yml @@ -7,4 +7,4 @@ WEB_ENABLED: true WEB_PORT: "3000" START_SERVICES: true START_ON_BOOT: true -BRANCH: "v2.5.1" \ No newline at end of file +BRANCH: "main"