fix(v2): deploy through Ubuntu cloud user

This commit is contained in:
2026-07-25 14:36:58 +00:00
parent 714090c0ec
commit 2c563685bd
3 changed files with 9 additions and 22 deletions
+1 -1
View File
@@ -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,