node 22
Deploy app frontend / app frontend (push) Successful in 2m37s
Deploy db-migrations / db-migrations (push) Successful in 1m15s
Deploy service message-delivery-method-web-push / service message-delivery-method-web-push (push) Successful in 1m38s
Deploy service tg-bot / service tg-bot (push) Failing after 2m27s
Deploy app frontend / app frontend (push) Successful in 2m37s
Deploy db-migrations / db-migrations (push) Successful in 1m15s
Deploy service message-delivery-method-web-push / service message-delivery-method-web-push (push) Successful in 1m38s
Deploy service tg-bot / service tg-bot (push) Failing after 2m27s
This commit is contained in:
@@ -31,7 +31,7 @@ jobs:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: '22'
|
||||
node-version: '20'
|
||||
- name: Set up Bun
|
||||
uses: oven-sh/setup-bun@v1
|
||||
with:
|
||||
@@ -40,7 +40,7 @@ jobs:
|
||||
- name: install dependencies
|
||||
run: |
|
||||
corepack enable pnpm && corepack use pnpm@9.15.0
|
||||
pnpm deploy --filter frontend --frozen-lockfile build/frontend
|
||||
pnpm deploy --filter ./apps/frontend build/frontend
|
||||
|
||||
- name: build production
|
||||
run: cd build/frontend && bun vite build --emptyOutDir --outDir /www/hereconnect.condev.ru/build-${{env.GITHUB_SHA}}-prod/
|
||||
|
||||
Reference in New Issue
Block a user