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

This commit is contained in:
2024-12-12 20:27:38 +02:00
parent 68930dcd87
commit 73f8e10a8a
4 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -31,7 +31,7 @@ jobs:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- uses: actions/setup-node@v4 - uses: actions/setup-node@v4
with: with:
node-version: '22' node-version: '20'
- name: Set up Bun - name: Set up Bun
uses: oven-sh/setup-bun@v1 uses: oven-sh/setup-bun@v1
with: with:
@@ -40,7 +40,7 @@ jobs:
- name: install dependencies - name: install dependencies
run: | run: |
corepack enable pnpm && corepack use pnpm@9.15.0 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 - name: build production
run: cd build/frontend && bun vite build --emptyOutDir --outDir /www/hereconnect.condev.ru/build-${{env.GITHUB_SHA}}-prod/ run: cd build/frontend && bun vite build --emptyOutDir --outDir /www/hereconnect.condev.ru/build-${{env.GITHUB_SHA}}-prod/
@@ -23,7 +23,7 @@ jobs:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- uses: actions/setup-node@v4 - uses: actions/setup-node@v4
with: with:
node-version: '22' node-version: '20'
- name: install dependencies - name: install dependencies
run: | run: |
@@ -26,7 +26,7 @@ jobs:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- uses: actions/setup-node@v4 - uses: actions/setup-node@v4
with: with:
node-version: '22' node-version: '20'
- name: install dependencies - name: install dependencies
run: | run: |
+3 -3
View File
@@ -28,9 +28,9 @@ jobs:
with: with:
node-version: '20' node-version: '20'
- name: install system packages # - name: install system packages
run: | # run: |
apt-get update && apt-get install -y libcairo2-dev libjpeg-dev libpango1.0-dev libgif-dev build-essential g++ && apt-get clean && rm -rf /var/lib/apt/lists/* # apt-get update && apt-get install -y libcairo2-dev libjpeg-dev libpango1.0-dev libgif-dev build-essential g++ && apt-get clean && rm -rf /var/lib/apt/lists/*
- name: install dependencies - name: install dependencies
run: | run: |