mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-02 14:36:17 +00:00
refactoring
This commit is contained in:
@ -14,7 +14,7 @@ public function getRepo(string $repo = null): string
|
||||
return '';
|
||||
}
|
||||
|
||||
public function fullRepoUrl(string $repo): string
|
||||
public function fullRepoUrl(string $repo, string $key): string
|
||||
{
|
||||
return $repo;
|
||||
}
|
||||
@ -33,4 +33,9 @@ public function getLastCommit(string $repo, string $branch): ?array
|
||||
{
|
||||
return null;
|
||||
}
|
||||
|
||||
public function deployKey(string $title, string $repo, string $key): void
|
||||
{
|
||||
// TODO: Implement deployKey() method.
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user