fix build
Main daploy / deploy (push) Failing after 9s

This commit is contained in:
2024-11-21 08:46:06 +02:00
parent 0b2bbcb1b2
commit 3bba6a5007
14 changed files with 21 additions and 8214 deletions
+1 -2
View File
@@ -20,7 +20,6 @@ jobs:
node-version: '22'
- name: Clean install dependencies and build
run: |
cd apps/frontend
npm ci
npm run build-only -- --emptyOutDir --outDir /www/hereconnect.condev.ru/build-${{env.GITHUB_SHA}}/
npm run build-only --workspace=apps/frontend -- --emptyOutDir --outDir /www/hereconnect.condev.ru/build-${{env.GITHUB_SHA}}/
mv /www/hereconnect.condev.ru/current /www/hereconnect.condev.ru/old && mv /www/hereconnect.condev.ru/build-${{env.GITHUB_SHA}} /www/hereconnect.condev.ru/current && rm -rf /www/hereconnect.condev.ru/old