Merge pull request #501 from Dokploy/canary

v0.9.3
This commit is contained in:
Mauricio Siu
2024-09-29 16:30:43 -06:00
committed by GitHub
2 changed files with 3 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "dokploy",
"version": "v0.9.2",
"version": "v0.9.3",
"private": true,
"license": "Apache-2.0",
"type": "module",

View File

@@ -72,6 +72,8 @@ export const setupTerminalWebSocketServer = (
"StrictHostKeyChecking=no",
"-i",
privateKey,
"-p",
`${server.port}`,
`${server.username}@${server.ipAddress}`,
];
const ptyProcess = spawn("ssh", sshCommand.slice(1), {