From e4dc4f8788ed334443000fc7150b893c8b275705 Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Thu, 28 May 2026 19:27:38 +0000 Subject: [PATCH] Changes Co-authored-by: domfelipe <53182096+domfelipe@users.noreply.github.com> --- supabase/functions/admin-backfill-runtime/index.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/supabase/functions/admin-backfill-runtime/index.ts b/supabase/functions/admin-backfill-runtime/index.ts index 587ea07..ea2843a 100644 --- a/supabase/functions/admin-backfill-runtime/index.ts +++ b/supabase/functions/admin-backfill-runtime/index.ts @@ -181,11 +181,12 @@ Deno.serve(async (req) => { startCommand: HERMES_START_COMMAND, }); - // 3) redeploy + // 3) deploy from source para puxar a imagem reconciliada, não o último deploy antigo await deployRailwayService({ token: RAILWAY_API_TOKEN, serviceId: agent.railway_service_id as string, environmentId, + fromSource: true, }); entry.status = "ok";