fix local build
Deploy app frontend / app frontend (push) Successful in 1m42s
Deploy service couchdb / service couchdb (push) Successful in 31s
Deploy db-migrations / db-migrations (push) Successful in 1m6s
Deploy service message-delivery-method-web-push / service message-delivery-method-web-push (push) Successful in 1m4s

This commit is contained in:
2024-12-06 11:15:32 +02:00
parent 2146cd8300
commit 7931274680
20 changed files with 96 additions and 25 deletions
@@ -9,6 +9,8 @@ on:
- 'packages/couchdb-changes-stream/**'
- '.gitea/workflows/deploy-service-message-delivery-method-web-push.yaml'
- 'docker-compose.yml'
- 'package.json'
- 'pnpm-lock.yaml'
jobs:
service message-delivery-method-web-push:
@@ -33,7 +35,7 @@ jobs:
- name: build service
run: |
pnpm build -w services/message-delivery-method-web-push
npm -w ./services/message-delivery-method-web-push run build
pnpm --filter ./services/message-delivery-method-web-push deploy --prod build/service-message-delivery-method-web-push
- name: build docker image