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'