mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-02 06:26:16 +00:00
Fix auto-deployment branch (#506)
This commit is contained in:
@ -36,4 +36,6 @@ public function getLastCommit(string $repo, string $branch): ?array;
|
||||
* @throws FailedToDeployGitKey
|
||||
*/
|
||||
public function deployKey(string $title, string $repo, string $key): void;
|
||||
|
||||
public function getWebhookBranch(array $payload): string;
|
||||
}
|
||||
|
Reference in New Issue
Block a user