mirror of
https://github.com/tiennm99/coolify.git
synced 2026-07-07 17:10:33 +00:00
fix(buildpack): revert default build pack to nixpacks and reorder selector
Change default build_pack from railpack back to nixpacks in all new application flows (GithubPrivateRepository, GithubPrivateRepositoryDeployKey, PublicGitRepository) and reorder the build pack dropdown so Nixpacks appears before Railpack across all relevant views. Add feature tests covering the nixpacks default and selector ordering.
This commit is contained in:
@@ -46,7 +46,7 @@ class GithubPrivateRepositoryDeployKey extends Component
|
||||
|
||||
public string $branch;
|
||||
|
||||
public $build_pack = 'railpack';
|
||||
public $build_pack = 'nixpacks';
|
||||
|
||||
public bool $show_is_static = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user