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
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user