more robust

This commit is contained in:
2025-11-30 00:56:15 -05:00
parent a4a277dce2
commit 76dd68fcf8

View File

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