fix ci/cd
Deploy app frontend / app frontend (push) Successful in 1m13s
Deploy db-migrations / db-migrations (push) Successful in 56s
Deploy service message-delivery-method-web-push / service message-delivery-method-web-push (push) Failing after 42s
Deploy service couchdb / service couchdb (push) Successful in 15s

This commit is contained in:
2024-12-03 15:33:23 +02:00
parent 0a210b25ea
commit 7b7ab79d25
2 changed files with 1 additions and 3 deletions
@@ -50,8 +50,6 @@ const start = async () => {
// Gracefully handle SIGINT
process.on("SIGINT", async () => {
changesStream?.stop();
process.stdout.write("\n");
process.exit(2);
});
console.info("Service started from sequence", serviceSeqTracker.lastSeq);