fix
Deploy app frontend / app frontend (push) Successful in 1m5s
Deploy db-migrations / db-migrations (push) Successful in 31s
Deploy service couchdb / service couchdb (push) Successful in 16s
Deploy service message-delivery-method-web-push / service message-delivery-method-web-push (push) Failing after 1m4s
Deploy app frontend / app frontend (push) Successful in 1m5s
Deploy db-migrations / db-migrations (push) Successful in 31s
Deploy service couchdb / service couchdb (push) Successful in 16s
Deploy service message-delivery-method-web-push / service message-delivery-method-web-push (push) Failing after 1m4s
This commit is contained in:
@@ -32,7 +32,7 @@ jobs:
|
|||||||
run: DB_MIGRATIONS_TAG=commit-${{env.GITHUB_SHA}} docker compose -p hereconnect build db-migrations
|
run: DB_MIGRATIONS_TAG=commit-${{env.GITHUB_SHA}} docker compose -p hereconnect build db-migrations
|
||||||
|
|
||||||
- name: start container
|
- name: start container
|
||||||
run: DB_MIGRATIONS_TAG=commit-${{env.GITHUB_SHA}} docker compose -p hereconnect up --pull --no-recreate never db-migrations
|
run: DB_MIGRATIONS_TAG=commit-${{env.GITHUB_SHA}} docker compose -p hereconnect up --pull never --no-recreate db-migrations
|
||||||
|
|
||||||
- name: rename to latest
|
- name: rename to latest
|
||||||
run: docker tag hereconnect/service-db-migrations:commit-${{env.GITHUB_SHA}} hereconnect/service-db-migrations:latest
|
run: docker tag hereconnect/service-db-migrations:commit-${{env.GITHUB_SHA}} hereconnect/service-db-migrations:latest
|
||||||
|
|||||||
+2
-2
@@ -46,8 +46,8 @@ services:
|
|||||||
dockerfile: ../../services/message-delivery-method-web-push/Dockerfile
|
dockerfile: ../../services/message-delivery-method-web-push/Dockerfile
|
||||||
environment:
|
environment:
|
||||||
- API_URL=http://${COUCHDB_USER}:${COUCHDB_PASSWORD}@couchdb:5984
|
- API_URL=http://${COUCHDB_USER}:${COUCHDB_PASSWORD}@couchdb:5984
|
||||||
- VAPID_SUBJECT=${VAPID_SUBJECT}
|
- VAPID_SUBJECT=${VAPID_SUBJECT:-}
|
||||||
- GCM_API_KEY=${GCM_API_KEY}
|
- GCM_API_KEY=${GCM_API_KEY:-}
|
||||||
depends_on:
|
depends_on:
|
||||||
couchdb:
|
couchdb:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
|
|||||||
Reference in New Issue
Block a user