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({