feat: deploy private repo with ssh key
This commit is contained in:
@@ -243,9 +243,7 @@ class Application extends BaseModel
|
||||
if ($this->dockerfile) {
|
||||
return false;
|
||||
}
|
||||
if (is_null($this->source)) {
|
||||
return false;
|
||||
}
|
||||
|
||||
return true;
|
||||
}
|
||||
public function isHealthcheckDisabled(): bool
|
||||
|
||||
Reference in New Issue
Block a user