fix ci/cd
Main daploy / deploy (push) Successful in 40s

This commit is contained in:
2024-12-02 10:43:41 +02:00
parent a7d1ff7337
commit 56f4341cd8
+1 -1
View File
@@ -24,7 +24,7 @@ jobs:
- name: Clean install dependencies and build
run: |
corepack enable
pnpm deploy --filter apps/frontend --frozen-lockfile build/frontend
pnpm deploy --filter frontend --frozen-lockfile build/frontend
cd build/frontend
pnpm run build-only --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