vue empty app
Main daploy / deploy (push) Successful in 32s

This commit is contained in:
2024-11-07 14:13:39 +02:00
parent 238216a08c
commit d3cf509d84
36 changed files with 870 additions and 1 deletions
+1 -1
View File
@@ -21,6 +21,6 @@ jobs:
- name: Clean install dependencies and build
run: |
npm ci
npm run build-only -- --outDir /www/hereconnect.condev.ru/build-${{env.GITHUB_SHA}}/
npm 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