pnpm@9
Deploy app frontend / app frontend (push) Failing after 52s
Deploy db-migrations / db-migrations (push) Failing after 39s
Deploy service message-delivery-method-web-push / service message-delivery-method-web-push (push) Failing after 43s
Deploy service tg-bot / service tg-bot (push) Failing after 2m34s
Deploy app frontend / app frontend (push) Failing after 52s
Deploy db-migrations / db-migrations (push) Failing after 39s
Deploy service message-delivery-method-web-push / service message-delivery-method-web-push (push) Failing after 43s
Deploy service tg-bot / service tg-bot (push) Failing after 2m34s
This commit is contained in:
@@ -39,7 +39,7 @@ jobs:
|
||||
|
||||
- name: install dependencies
|
||||
run: |
|
||||
corepack enable pnpm && corepack use pnpm@8.15.9
|
||||
corepack enable pnpm && corepack use pnpm@9.15.0
|
||||
pnpm deploy --filter frontend --frozen-lockfile build/frontend
|
||||
|
||||
- name: build production
|
||||
|
||||
@@ -27,7 +27,7 @@ jobs:
|
||||
|
||||
- name: install dependencies
|
||||
run: |
|
||||
corepack enable pnpm && corepack use pnpm@8.15.9
|
||||
corepack enable pnpm && corepack use pnpm@9.15.0
|
||||
pnpm --filter ./services/db-migrations deploy --prod build/service-db-migrations
|
||||
|
||||
- name: build docker image
|
||||
|
||||
@@ -30,7 +30,7 @@ jobs:
|
||||
|
||||
- name: install dependencies
|
||||
run: |
|
||||
corepack enable pnpm && corepack use pnpm@8.15.9
|
||||
corepack enable pnpm && corepack use pnpm@9.15.0
|
||||
pnpm install --filter ./services/message-delivery-method-web-push
|
||||
|
||||
- name: build service
|
||||
|
||||
@@ -34,7 +34,7 @@ jobs:
|
||||
|
||||
- name: install dependencies
|
||||
run: |
|
||||
corepack enable pnpm && corepack use pnpm@8.15.9
|
||||
corepack enable pnpm && corepack use pnpm@9.15.0
|
||||
pnpm install --filter ./services/tg-bot
|
||||
|
||||
- name: build service
|
||||
|
||||
Reference in New Issue
Block a user