mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-02 14:36:17 +00:00
fix unhandled source control exceptions (#364)
This commit is contained in:
@ -3,7 +3,7 @@
|
||||
namespace App\SiteTypes;
|
||||
|
||||
use App\Enums\SiteFeature;
|
||||
use App\Exceptions\SourceControlIsNotConnected;
|
||||
use App\Exceptions\FailedToDeployGitKey;
|
||||
use App\SSH\Composer\Composer;
|
||||
use App\SSH\Git\Git;
|
||||
use App\SSH\Services\Webserver\Webserver;
|
||||
@ -72,7 +72,7 @@ public function data(array $input): array
|
||||
}
|
||||
|
||||
/**
|
||||
* @throws SourceControlIsNotConnected
|
||||
* @throws FailedToDeployGitKey
|
||||
*/
|
||||
public function install(): void
|
||||
{
|
||||
|
Reference in New Issue
Block a user