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

This commit is contained in:
2024-12-03 14:50:30 +02:00
parent 17974961b8
commit 1c5ef53daa
3 changed files with 4 additions and 3 deletions
@@ -25,7 +25,7 @@ jobs:
pnpm --filter ./services/db-migrations deploy --prod build/service-db-migrations
- name: build docker image
run: docker build --file services/db-migrations/Dockerfile -t hereconnect/service-db-migrations:${{env.GITHUB_SHA}} build/service-db-migrations
run: DB_MIGRATIONS_TAG=${{env.GITHUB_SHA}} docker compose -p hereconnect build db-migrations
- name: start container
env: