mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-01 05:56:16 +00:00
fix unhandled source control exceptions (#364)
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
|
||||
namespace App\SiteTypes;
|
||||
|
||||
use App\Exceptions\SourceControlIsNotConnected;
|
||||
use App\Exceptions\FailedToDeployGitKey;
|
||||
use App\Models\Site;
|
||||
|
||||
abstract class AbstractSiteType implements SiteType
|
||||
@ -21,7 +21,7 @@ protected function progress(int $percentage): void
|
||||
}
|
||||
|
||||
/**
|
||||
* @throws SourceControlIsNotConnected
|
||||
* @throws FailedToDeployGitKey
|
||||
*/
|
||||
protected function deployKey(): void
|
||||
{
|
||||
|
Reference in New Issue
Block a user