refactoring

This commit is contained in:
Saeed Vaziry
2023-08-04 18:28:04 +02:00
parent 8444323cf4
commit 643318fcfc
349 changed files with 3189 additions and 2729 deletions

View File

@ -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.
}
}