From bbb99a16ff6e499f6a8e125def3d5658c39d984d Mon Sep 17 00:00:00 2001 From: Andrey Platov Date: Sat, 7 Aug 2021 19:44:29 +0200 Subject: [PATCH] turn on app deployment code Signed-off-by: Andrey Platov --- cloud/app/index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cloud/app/index.ts b/cloud/app/index.ts index 1b5e6edb57..633c10f68e 100644 --- a/cloud/app/index.ts +++ b/cloud/app/index.ts @@ -35,8 +35,8 @@ function createObjects(root: string, path: string): void { } } -// createObjects(buildDir + '/public', '') -// createObjects(buildDir + '/dist', '') +createObjects(buildDir + '/public', '') +createObjects(buildDir + '/dist', '') export const bucketName = siteBucket.bucket // create a stack export for bucket name export const websiteUrl = siteBucket.websiteEndpoint