mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-01 05:56:16 +00:00
- 2.x - sites settings
- tags - source-control soft deletes
This commit is contained in:
@ -29,7 +29,7 @@ protected function deployKey(): void
|
||||
$os->generateSSHKey($this->site->getSshKeyName());
|
||||
$this->site->ssh_key = $os->readSSHKey($this->site->getSshKeyName());
|
||||
$this->site->save();
|
||||
$this->site->sourceControl()->provider()->deployKey(
|
||||
$this->site->sourceControl?->provider()?->deployKey(
|
||||
$this->site->domain.'-key-'.$this->site->id,
|
||||
$this->site->repository,
|
||||
$this->site->ssh_key
|
||||
|
Reference in New Issue
Block a user