We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b573417 commit 5e07302Copy full SHA for 5e07302
api/oracle-cloud/deploy.ts
@@ -52,6 +52,7 @@ const appPath = "~/app";
52
const sshPrefix =
53
"ssh -o StrictHostKeyChecking=no " + (sshKeyPath ? `-i ${sshKeyPath} ` : "") + sshServer + " ";
54
55
+// todo-ZM: let docker-compose handle deletion of old containers
56
// Check for existing containers
57
logs = execSync(sshPrefix + '"sudo docker ps -aq"');
58
0 commit comments