@@ -23,5 +23,5 @@ jobs:
|
|||||||
- name: Clean install dependencies and build
|
- name: Clean install dependencies and build
|
||||||
run: |
|
run: |
|
||||||
npm ci
|
npm ci
|
||||||
npm run build-only --workspace=apps/frontend -- --emptyOutDir --outDir /www/hereconnect.condev.ru/build-${{env.GITHUB_SHA}}/
|
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
|
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
|
||||||
|
|||||||
@@ -9,12 +9,7 @@ const EPOHE = 1731661630981
|
|||||||
export const createQrCodeDocument = async (
|
export const createQrCodeDocument = async (
|
||||||
qrCodeDocPartial: Pick<
|
qrCodeDocPartial: Pick<
|
||||||
QRCodeDocument,
|
QRCodeDocument,
|
||||||
| 'name'
|
'name' | 'placement' | 'actions' | 'predefinedMessages' | 'messageDeliveryMethod'
|
||||||
| 'placement'
|
|
||||||
| 'actions'
|
|
||||||
//| 'user_uuid'
|
|
||||||
| 'predefinedMessages'
|
|
||||||
| 'messageDeliveryMethod'
|
|
||||||
>,
|
>,
|
||||||
) => {
|
) => {
|
||||||
const uri = Math.abs(Date.now() - EPOHE).toString(36)
|
const uri = Math.abs(Date.now() - EPOHE).toString(36)
|
||||||
|
|||||||
Reference in New Issue
Block a user