mirror of
https://github.com/tiennm99/coolify.git
synced 2026-07-10 03:09:47 +00:00
feat(buildpack): add Railpack as a build pack option
This commit is contained in:
@@ -45,7 +45,7 @@ class GithubPrivateRepositoryDeployKey extends Component
|
||||
|
||||
public string $branch;
|
||||
|
||||
public $build_pack = 'nixpacks';
|
||||
public $build_pack = 'railpack';
|
||||
|
||||
public bool $show_is_static = true;
|
||||
|
||||
@@ -95,7 +95,7 @@ class GithubPrivateRepositoryDeployKey extends Component
|
||||
|
||||
public function updatedBuildPack()
|
||||
{
|
||||
if ($this->build_pack === 'nixpacks') {
|
||||
if ($this->build_pack === 'nixpacks' || $this->build_pack === 'railpack') {
|
||||
$this->show_is_static = true;
|
||||
$this->port = 3000;
|
||||
} elseif ($this->build_pack === 'static') {
|
||||
|
||||
Reference in New Issue
Block a user