diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml new file mode 100644 index 0000000..e69de29 diff --git a/web/src/workspaces/workspace-info-dialog.tsx b/web/src/workspaces/workspace-info-dialog.tsx index 9b3dfc4..6a563d9 100644 --- a/web/src/workspaces/workspace-info-dialog.tsx +++ b/web/src/workspaces/workspace-info-dialog.tsx @@ -53,7 +53,8 @@ function SshTab() {
{workspace.sshPort}

Command

-				ssh -p {workspace.sshPort} testuser@{import.meta.env.VITE_HOST_NAME}
+				ssh -p {workspace.sshPort} testuser@
+				{import.meta.env.VITE_HOST_NAME || window.location.hostname}
 			
);