Co-authored-by: domfelipe <53182096+domfelipe@users.noreply.github.com>
This commit is contained in:
gpt-engineer-app[bot] 2026-04-23 19:06:13 +00:00
parent 8f10c589ad
commit 074513e5ff
4 changed files with 35 additions and 17 deletions

View file

@ -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,
});