Skip to content

Commit

Permalink
Merge pull request #501 from Dokploy/canary
Browse files Browse the repository at this point in the history
 v0.9.3
  • Loading branch information
Siumauricio authored Sep 29, 2024
2 parents 349bc89 + 0b2b20c commit 727e506
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion apps/dokploy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dokploy",
"version": "v0.9.2",
"version": "v0.9.3",
"private": true,
"license": "Apache-2.0",
"type": "module",
Expand Down
2 changes: 2 additions & 0 deletions apps/dokploy/server/wss/terminal.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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), {
Expand Down

0 comments on commit 727e506

Please sign in to comment.