Co-authored-by: domfelipe <53182096+domfelipe@users.noreply.github.com>
This commit is contained in:
gpt-engineer-app[bot] 2026-05-28 19:27:38 +00:00
parent 8ac3926fcc
commit e4dc4f8788

View file

@ -181,11 +181,12 @@ Deno.serve(async (req) => {
startCommand: HERMES_START_COMMAND, startCommand: HERMES_START_COMMAND,
}); });
// 3) redeploy // 3) deploy from source para puxar a imagem reconciliada, não o último deploy antigo
await deployRailwayService({ await deployRailwayService({
token: RAILWAY_API_TOKEN, token: RAILWAY_API_TOKEN,
serviceId: agent.railway_service_id as string, serviceId: agent.railway_service_id as string,
environmentId, environmentId,
fromSource: true,
}); });
entry.status = "ok"; entry.status = "ok";