base url
Main daploy / deploy (push) Successful in 46s

This commit is contained in:
2024-11-26 21:32:26 +02:00
parent aac8a5ee69
commit b22748d8ac
2 changed files with 4 additions and 1 deletions
+1
View File
@@ -22,6 +22,7 @@ jobs:
node-version: '22'
- name: Clean install dependencies and build
run: |
echo BASE_URL=$BASE_URL
npm ci
npm run build-only --workspace=apps/frontend -- --emptyOutDir --base $BASE_URL --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