From d89f39c538abb641d22e5b3337406f4ea5877f72 Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 15:31:35 +0000 Subject: [PATCH] Changes Co-authored-by: domfelipe <53182096+domfelipe@users.noreply.github.com> --- supabase/functions/provision-agent/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/supabase/functions/provision-agent/index.ts b/supabase/functions/provision-agent/index.ts index 9e7f040..47261a1 100644 --- a/supabase/functions/provision-agent/index.ts +++ b/supabase/functions/provision-agent/index.ts @@ -487,6 +487,7 @@ async function handleUpdateExistingService( environmentId, projectId, variables, + skipDeploys: true, }); console.log(`[provision-agent:update] variáveis atualizadas (${Object.keys(variables).length})`);