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
+1 -1
View File
@@ -34,7 +34,7 @@ services:
message-delivery-method-web-push:
image: hereconnect/message-delivery-method-web-push:${MESSAGE_DELIVERY_METHOD_WEB_PUSH_TAG:-latest}
build: build/message-delivery-method-web-push
build: build/service-message-delivery-method-web-push
environment:
- API_URL=http://${COUCHDB_USER}:${COUCHDB_PASSWORD}@couchdb:5984
depends_on:
@@ -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);