feat: deploy private repo with ssh key

This commit is contained in:
Andras Bacsai
2023-10-06 14:39:30 +02:00
parent e443fc394a
commit 2f4d7c0e43
4 changed files with 53 additions and 36 deletions

View File

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