more robust
This commit is contained in:
@@ -34,7 +34,7 @@ new Elysia()
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
void deploy({ host: service.host, commitHash });
|
void deploy({ host: service.host, commitHash }).catch(console.error);
|
||||||
return "deploying";
|
return "deploying";
|
||||||
})
|
})
|
||||||
.listen({
|
.listen({
|
||||||
|
|||||||
Reference in New Issue
Block a user