feat: default preview branch to develop
This commit is contained in:
parent
c809de6e80
commit
c45ed013ed
2 changed files with 2 additions and 2 deletions
|
|
@ -91,7 +91,7 @@ let
|
|||
|
||||
branch = mkOption {
|
||||
type = types.str;
|
||||
default = "preview";
|
||||
default = "develop";
|
||||
};
|
||||
|
||||
domain = mkOption {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue