feat: pre command for ssh deploy

This commit is contained in:
Madray Haven
2024-09-27 15:12:04 +08:00
parent 38d975a3bb
commit 9acdd15c1e
4 changed files with 54 additions and 17 deletions

View File

@@ -86,6 +86,7 @@ export type GodaddyConfig = {
export type SSHConfig = {
host: string;
port: string;
preCommand?: string;
command: string;
username: string;
password?: string;