mirror of
https://github.com/domfelipe/mika-agent-assist.git
synced 2026-08-07 06:16:42 +00:00
Changes
Co-authored-by: domfelipe <53182096+domfelipe@users.noreply.github.com>
This commit is contained in:
parent
8ac3926fcc
commit
e4dc4f8788
1 changed files with 2 additions and 1 deletions
|
|
@ -181,11 +181,12 @@ Deno.serve(async (req) => {
|
||||||
startCommand: HERMES_START_COMMAND,
|
startCommand: HERMES_START_COMMAND,
|
||||||
});
|
});
|
||||||
|
|
||||||
// 3) redeploy
|
// 3) deploy from source para puxar a imagem reconciliada, não o último deploy antigo
|
||||||
await deployRailwayService({
|
await deployRailwayService({
|
||||||
token: RAILWAY_API_TOKEN,
|
token: RAILWAY_API_TOKEN,
|
||||||
serviceId: agent.railway_service_id as string,
|
serviceId: agent.railway_service_id as string,
|
||||||
environmentId,
|
environmentId,
|
||||||
|
fromSource: true,
|
||||||
});
|
});
|
||||||
|
|
||||||
entry.status = "ok";
|
entry.status = "ok";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue