fix: deploy runtime image from source during backfill

This commit is contained in:
Felipe Domingues 2026-05-28 16:24:23 -03:00
commit d84074d150
4 changed files with 223 additions and 3 deletions

View file

@ -641,6 +641,7 @@ async function handleUpdateExistingService(
token: RAILWAY_API_TOKEN!,
serviceId: railwayServiceId,
environmentId,
fromSource: true,
});
console.log(`[provision-agent:update] redeploy disparado`);
} catch (e) {