turn on app deployment code

Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
This commit is contained in:
Andrey Platov 2021-08-07 19:44:29 +02:00
parent 54eca771d2
commit bbb99a16ff
No known key found for this signature in database
GPG Key ID: C8787EFEB4B64AF0

View File

@ -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