mirror of
https://github.com/domfelipe/mika-agent-assist.git
synced 2026-08-07 08:36:44 +00:00
Changes
Co-authored-by: domfelipe <53182096+domfelipe@users.noreply.github.com>
This commit is contained in:
parent
8f10c589ad
commit
074513e5ff
4 changed files with 35 additions and 17 deletions
|
|
@ -10,6 +10,7 @@ import {
|
|||
configureRailwayService,
|
||||
deployRailwayService,
|
||||
deleteTelegramWebhook,
|
||||
HERMES_START_COMMAND,
|
||||
} from "../_shared/railway.ts";
|
||||
|
||||
interface RequestBody {
|
||||
|
|
@ -191,7 +192,7 @@ Deno.serve(async (req) => {
|
|||
serviceId: railwayServiceId,
|
||||
environmentId: pool.railway_environment_id,
|
||||
image: "nousresearch/hermes-agent:latest",
|
||||
startCommand: "/opt/hermes/docker/entrypoint.sh gateway run",
|
||||
startCommand: HERMES_START_COMMAND,
|
||||
variables: envVars,
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue