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

View file

@ -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);