Co-authored-by: domfelipe <53182096+domfelipe@users.noreply.github.com>
This commit is contained in:
gpt-engineer-app[bot] 2026-05-22 20:26:59 +00:00
parent 054890d3c7
commit 9ab8037342

View file

@ -502,6 +502,17 @@ async function handleUpdateExistingService(
});
console.log(`[provision-agent:update] variáveis atualizadas (${Object.keys(variables).length})`);
await configureRailwayService({
token: RAILWAY_API_TOKEN!,
serviceId: railwayServiceId,
environmentId,
projectId,
image: "ghcr.io/domfelipe/hermes-agent-custom:latest",
variables: {},
startCommand: HERMES_START_COMMAND,
});
console.log(`[provision-agent:update] imagem/start command reconciliados`);
await deployRailwayService({
token: RAILWAY_API_TOKEN!,
serviceId: railwayServiceId,