build into volume
Main daploy / deploy (push) Failing after 28s

This commit is contained in:
2024-11-07 14:01:22 +02:00
parent c5598ecd19
commit 05cfe8b4ea
4 changed files with 6434 additions and 15 deletions
+2 -2
View File
@@ -21,5 +21,5 @@ jobs:
- name: Clean install dependencies and build
run: |
npm ci
npm run build
ls /www/hereconnect.condev.ru/current
npm run build-only -- --outDir /www/hereconnect.condev.ru/build
mv /www/hereconnect.condev.ru/current /www/hereconnect.condev.ru/old && mv /www/hereconnect.condev.ru/build /www/hereconnect.condev.ru/current && rm -rf /www/hereconnect.condev.ru/old