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
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:
+1
-1
@@ -34,7 +34,7 @@ services:
|
|||||||
|
|
||||||
message-delivery-method-web-push:
|
message-delivery-method-web-push:
|
||||||
image: hereconnect/message-delivery-method-web-push:${MESSAGE_DELIVERY_METHOD_WEB_PUSH_TAG:-latest}
|
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:
|
environment:
|
||||||
- API_URL=http://${COUCHDB_USER}:${COUCHDB_PASSWORD}@couchdb:5984
|
- API_URL=http://${COUCHDB_USER}:${COUCHDB_PASSWORD}@couchdb:5984
|
||||||
depends_on:
|
depends_on:
|
||||||
|
|||||||
@@ -50,8 +50,6 @@ const start = async () => {
|
|||||||
// Gracefully handle SIGINT
|
// Gracefully handle SIGINT
|
||||||
process.on("SIGINT", async () => {
|
process.on("SIGINT", async () => {
|
||||||
changesStream?.stop();
|
changesStream?.stop();
|
||||||
process.stdout.write("\n");
|
|
||||||
process.exit(2);
|
|
||||||
});
|
});
|
||||||
|
|
||||||
console.info("Service started from sequence", serviceSeqTracker.lastSeq);
|
console.info("Service started from sequence", serviceSeqTracker.lastSeq);
|
||||||
|
|||||||
Reference in New Issue
Block a user