fix ci/cd
Deploy app frontend / app frontend (push) Successful in 1m7s
Deploy service couchdb / service couchdb (push) Successful in 17s
Deploy db-migrations / db-migrations (push) Failing after 54s
Deploy service message-delivery-method-web-push / service message-delivery-method-web-push (push) Successful in 43s
Deploy app frontend / app frontend (push) Successful in 1m7s
Deploy service couchdb / service couchdb (push) Successful in 17s
Deploy db-migrations / db-migrations (push) Failing after 54s
Deploy service message-delivery-method-web-push / service message-delivery-method-web-push (push) Successful in 43s
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
services:
|
||||
couchdb:
|
||||
build: services/couchdb
|
||||
image: hereconnect/service-couchdb:${COUCHDB_TAG:-latest}
|
||||
|
||||
ports:
|
||||
@@ -22,6 +23,7 @@ services:
|
||||
|
||||
db-migrations:
|
||||
image: hereconnect/service-db-migrations:${DB_MIGRATIONS_TAG:-latest}
|
||||
build: build/service-db-migrations
|
||||
volumes:
|
||||
- db_migrations_data:/opt/db-migrations/data
|
||||
environment:
|
||||
|
||||
Reference in New Issue
Block a user