Co-authored-by: domfelipe <53182096+domfelipe@users.noreply.github.com>
This commit is contained in:
gpt-engineer-app[bot] 2026-04-27 15:31:26 +00:00
parent 931fc7848e
commit 2d786a05cf

View file

@ -237,6 +237,7 @@ export async function setHermesSuspended(opts: {
projectId: opts.projectId, projectId: opts.projectId,
name: "HERMES_SUSPENDED", name: "HERMES_SUSPENDED",
value: opts.suspend ? "true" : "", value: opts.suspend ? "true" : "",
skipDeploys: true,
}); });
await deployRailwayService({ await deployRailwayService({