Merge branch 'Dokploy:canary' into add-malayalam-language

This commit is contained in:
Shabin k
2025-01-22 12:22:54 +05:30
committed by GitHub

View File

@@ -121,7 +121,7 @@ export default async function handler(
if (IS_CLOUD && app.serverId) { if (IS_CLOUD && app.serverId) {
jobData.serverId = app.serverId; jobData.serverId = app.serverId;
await deploy(jobData); await deploy(jobData);
return true; continue;
} }
await myQueue.add( await myQueue.add(
"deployments", "deployments",
@@ -156,7 +156,7 @@ export default async function handler(
if (IS_CLOUD && composeApp.serverId) { if (IS_CLOUD && composeApp.serverId) {
jobData.serverId = composeApp.serverId; jobData.serverId = composeApp.serverId;
await deploy(jobData); await deploy(jobData);
return true; continue;
} }
await myQueue.add( await myQueue.add(