more robust
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user