mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
[autofix.ci] apply automated fixes (attempt 2/3)
This commit is contained in:
@@ -188,11 +188,9 @@ export default async function handler(
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
res
|
res.status(200).json({
|
||||||
.status(200)
|
message: `Deployed ${totalApps} apps based on tag ${tagName}`,
|
||||||
.json({
|
});
|
||||||
message: `Deployed ${totalApps} apps based on tag ${tagName}`,
|
|
||||||
});
|
|
||||||
return;
|
return;
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
console.error("Error deploying applications on tag:", error);
|
console.error("Error deploying applications on tag:", error);
|
||||||
|
|||||||
Reference in New Issue
Block a user