From 8ac3926fcc52cc523a20f4b05b43f955ab58de5e 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:30 +0000 Subject: [PATCH] Changes Co-authored-by: domfelipe <53182096+domfelipe@users.noreply.github.com> --- supabase/functions/provision-agent/index.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/supabase/functions/provision-agent/index.ts b/supabase/functions/provision-agent/index.ts index fa78d04..d7e2786 100644 --- a/supabase/functions/provision-agent/index.ts +++ b/supabase/functions/provision-agent/index.ts @@ -641,7 +641,9 @@ async function handleUpdateExistingService( token: RAILWAY_API_TOKEN!, serviceId: railwayServiceId, environmentId, + fromSource: true, }); + console.log(`[provision-agent:update] redeploy disparado`); } catch (e) { const msg = e instanceof Error ? e.message : String(e);