fix(v2): deploy through Ubuntu cloud user
This commit is contained in:
@@ -60,7 +60,7 @@ function tryConnect(host: string, privateKey: string, timeoutMs: number): Promis
|
||||
conn.connect({
|
||||
host,
|
||||
port: 22,
|
||||
username: "root",
|
||||
username: "ubuntu",
|
||||
privateKey,
|
||||
readyTimeout: timeoutMs,
|
||||
keepaliveInterval: 10000,
|
||||
|
||||
Reference in New Issue
Block a user