1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-22 19:07:54 +01:00

fix: correct branch name (#1714)

This commit is contained in:
Duoc Nguyen 2022-06-16 18:54:40 +07:00 committed by GitHub
parent a6232d3707
commit b525b98443
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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'