From 76dd68fcf8f5b7a592ff8dc969467206a9bdbdf8 Mon Sep 17 00:00:00 2001 From: Daniel McCrystal Date: Sun, 30 Nov 2025 00:56:15 -0500 Subject: [PATCH] more robust --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index d7b9434..7426bf6 100644 --- a/src/index.ts +++ b/src/index.ts @@ -34,7 +34,7 @@ new Elysia() return; } - void deploy({ host: service.host, commitHash }); + void deploy({ host: service.host, commitHash }).catch(console.error); return "deploying"; }) .listen({