mirror of
https://github.com/domfelipe/mika-agent-assist.git
synced 2026-08-07 14:56:51 +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,
|
||||
});
|
||||
|
||||
// 3) redeploy
|
||||
// 3) deploy from source para puxar a imagem reconciliada, não o último deploy antigo
|
||||
await deployRailwayService({
|
||||
token: RAILWAY_API_TOKEN,
|
||||
serviceId: agent.railway_service_id as string,
|
||||
environmentId,
|
||||
fromSource: true,
|
||||
});
|
||||
|
||||
entry.status = "ok";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue