fix ci/cd
Deploy app frontend / app frontend (push) Successful in 1m8s
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 45s

This commit is contained in:
2024-12-03 14:33:55 +02:00
parent afffc80423
commit 17974961b8
3 changed files with 4 additions and 8 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ services:
image: hereconnect/service-couchdb:${COUCHDB_TAG:-latest} image: hereconnect/service-couchdb:${COUCHDB_TAG:-latest}
ports: ports:
- "127.0.0.1:15984:5984" - "127.0.0.1:5984:5984"
volumes: volumes:
- couchdb_data:/opt/couchdb/data - couchdb_data:/opt/couchdb/data
+1 -5
View File
@@ -1,9 +1,5 @@
FROM oven/bun:1.1.38-alpine FROM oven/bun:1.1.38-alpine
COPY . /opt/db-migrations/
WORKDIR /opt/db-migrations WORKDIR /opt/db-migrations
VOLUME /opt/db-migrations/data VOLUME /opt/db-migrations/data
COPY . ./
CMD ["bun", "./node_modules/migrate/bin/migrate", "up", "--state-file=/opt/db-migrations/data/state.json"] CMD ["bun", "./node_modules/migrate/bin/migrate", "up", "--state-file=/opt/db-migrations/data/state.json"]
@@ -1,3 +1,3 @@
node_modules src
dist tsconfig.json
*.log *.log