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

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