From b525b98443648579e6a8a28f28b886782baa6e59 Mon Sep 17 00:00:00 2001 From: Duoc Nguyen Date: Thu, 16 Jun 2022 18:54:40 +0700 Subject: [PATCH] fix: correct branch name (#1714) --- .do/deploy.template.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.do/deploy.template.yaml b/.do/deploy.template.yaml index 555546a91e..01db7d9001 100644 --- a/.do/deploy.template.yaml +++ b/.do/deploy.template.yaml @@ -3,7 +3,7 @@ spec: services: - name: unleash-server git: - branch: master + branch: main repo_clone_url: https://github.com/Unleash/unleash.git build_command: 'yarn build' run_command: 'yarn start'