add ci dev build
Main daploy / deploy (push) Successful in 1m0s

This commit is contained in:
2024-12-02 14:38:25 +02:00
parent 5ef8901cd5
commit 102d27d0b9
5 changed files with 7 additions and 10 deletions
+4 -1
View File
@@ -25,6 +25,9 @@ jobs:
run: |
corepack enable
pnpm deploy --filter frontend --frozen-lockfile build/frontend
cd build/frontend
cd build/frontend &&
pnpm run build-only --emptyOutDir --outDir /www/hereconnect.condev.ru/build-${{env.GITHUB_SHA}}/
pnpm run build-only --emptyOutDir --mode development --outDir /www/hereconnect.condev.ru/build-${{env.GITHUB_SHA}}-dev/
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
mv /www/hereconnect.condev.ru/current-dev /www/hereconnect.condev.ru/old-dev && mv /www/hereconnect.condev.ru/build-${{env.GITHUB_SHA}}-dev /www/hereconnect.condev.ru/current-dev && rm -rf /www/hereconnect.condev.ru/old-dev
+1
View File
@@ -1 +1,2 @@
VITE_API_URL=https://hereconnect.condev.ru/api
VITE_READ_BASE_URL=https://r.condev.ru
-2
View File
@@ -1,2 +0,0 @@
VITE_API_URL=https://hereconnect.condev.ru/api
VITE_READ_BASE_URL=https://r.condev.ru
+1 -1
View File
@@ -12,7 +12,7 @@ node_modules
dist
dist-ssr
coverage
*.local
.env.local
/cypress/videos/
/cypress/screenshots/
-5
View File
@@ -8,10 +8,8 @@ export {}
declare module 'vue' {
export interface GlobalComponents {
Button: typeof import('primevue/button')['default']
Card: typeof import('primevue/card')['default']
ChatComponent: typeof import('./src/components/ChatComponent.vue')['default']
ChatSubscribeWebPush: typeof import('./src/components/ChatSubscribeWebPush.vue')['default']
Checkbox: typeof import('primevue/checkbox')['default']
CreateActionsSection: typeof import('./src/components/create/CreateActionsSection.vue')['default']
CreateMessageDeliveryMethodSection: typeof import('./src/components/create/CreateMessageDeliveryMethodSection.vue')['default']
CreateMessageDeliveryOption: typeof import('./src/components/create/CreateMessageDeliveryOption.vue')['default']
@@ -25,11 +23,8 @@ declare module 'vue' {
CreateSummarySection: typeof import('./src/components/create/CreateSummarySection.vue')['default']
DownloadImageButton: typeof import('./src/components/manage/DownloadImageButton.vue')['default']
ExamplesSection: typeof import('./src/components/TheWelcome/ExamplesSection.vue')['default']
InputText: typeof import('primevue/inputtext')['default']
ManagePlacementInstructions: typeof import('./src/components/manage/ManagePlacementInstructions.vue')['default']
ProgressSpinner: typeof import('primevue/progressspinner')['default']
QueryRender: typeof import('./src/components/QueryRender.vue')['default']
RadioButton: typeof import('primevue/radiobutton')['default']
ReadContactInfo: typeof import('./src/components/read/ReadContactInfo.vue')['default']
ReadMessageSender: typeof import('./src/components/read/ReadMessageSender.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']