@@ -23,5 +23,5 @@ jobs:
|
||||
- name: Clean install dependencies and build
|
||||
run: |
|
||||
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
|
||||
|
||||
@@ -9,12 +9,7 @@ const EPOHE = 1731661630981
|
||||
export const createQrCodeDocument = async (
|
||||
qrCodeDocPartial: Pick<
|
||||
QRCodeDocument,
|
||||
| 'name'
|
||||
| 'placement'
|
||||
| 'actions'
|
||||
//| 'user_uuid'
|
||||
| 'predefinedMessages'
|
||||
| 'messageDeliveryMethod'
|
||||
'name' | 'placement' | 'actions' | 'predefinedMessages' | 'messageDeliveryMethod'
|
||||
>,
|
||||
) => {
|
||||
const uri = Math.abs(Date.now() - EPOHE).toString(36)
|
||||
|
||||
Reference in New Issue
Block a user