feat: pre command for ssh deploy
This commit is contained in:
@@ -86,6 +86,7 @@ export type GodaddyConfig = {
|
||||
export type SSHConfig = {
|
||||
host: string;
|
||||
port: string;
|
||||
preCommand?: string;
|
||||
command: string;
|
||||
username: string;
|
||||
password?: string;
|
||||
|
||||
Reference in New Issue
Block a user