fix ci/cd
Deploy app frontend / app frontend (push) Successful in 1m14s
Deploy service couchdb / service couchdb (push) Successful in 15s
Deploy db-migrations / db-migrations (push) Failing after 50s
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 1m14s
Deploy service couchdb / service couchdb (push) Successful in 15s
Deploy db-migrations / db-migrations (push) Failing after 50s
Deploy service message-delivery-method-web-push / service message-delivery-method-web-push (push) Successful in 43s
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
FROM oven/bun:1.1.38-alpine
|
||||
|
||||
VOLUME /opt/migrations/data
|
||||
WORKDIR /opt/db-migrations
|
||||
|
||||
VOLUME /opt/db-migrations/data
|
||||
|
||||
COPY . ./
|
||||
|
||||
CMD ["bun", "./node_modules/migrate/bin/migrate", "-f", "/opt/migrations/data/migrations.json"]
|
||||
CMD ["bun", "./node_modules/migrate/bin/migrate", "up", "--state-file=/opt/db-migrations/data/state.json"]
|
||||
|
||||
Reference in New Issue
Block a user