mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-01 05:56:16 +00:00
refactoring leftovers
This commit is contained in:
@ -63,10 +63,6 @@ public function deploySSHKey(string $key): void
|
||||
|
||||
public function deleteSSHKey(string $key): void
|
||||
{
|
||||
info($this->getScript('delete-ssh-key.sh', [
|
||||
'key' => $key,
|
||||
'user' => $this->server->getSshUser(),
|
||||
]));
|
||||
$this->server->ssh()->exec(
|
||||
$this->getScript('delete-ssh-key.sh', [
|
||||
'key' => $key,
|
||||
|
Reference in New Issue
Block a user