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 6a2838f commit 94bf146Copy full SHA for 94bf146
api/oracle-cloud/deploy.ts
@@ -79,6 +79,8 @@ logs = execSync(
79
console.log("✅ New code uploaded.");
80
81
console.log("\n⚙️ Starting up the app");
82
-logs = execSync(sshPrefix + '"cd ' + appPath + ' && docker compose up -d --build"');
+logs = execSync(
83
+ sshPrefix + '"cd ' + appPath + ' && docker compose up -d --build --remove-orphans"',
84
+);
85
console.log(String(logs));
86
console.log("✅ Deployment successful.");
0 commit comments