Co-authored-by: domfelipe <53182096+domfelipe@users.noreply.github.com>
This commit is contained in:
gpt-engineer-app[bot] 2026-05-22 20:00:31 +00:00
parent fcebb3c5c6
commit 3c8579fb4f
2 changed files with 1 additions and 9 deletions

View file

@ -287,6 +287,7 @@ Deno.serve(async (req) => {
token: RAILWAY_API_TOKEN,
serviceId: railwayServiceId,
environmentId: pool.railway_environment_id,
firstDeploy: true,
});
console.log(`[provision-agent] deploy disparado em Railway`);
} catch (e) {