1
0
mirror of https://github.com/raseels-repos/golang-saas-starter-kit.git synced 2025-08-10 22:41:25 +02:00

fix deploy static file sync

This commit is contained in:
Lee Brown
2019-07-14 21:26:19 -08:00
parent 845e3d6be2
commit b9fa73ae50
4 changed files with 112 additions and 55 deletions

View File

@@ -85,7 +85,7 @@ webapp:deploy:dev:
ENABLE_HTTPS: 1
ENABLE_ELB: 0
PRIMARY_HOST: 'eproc.tech'
HOST_NAMES: 'www.eproc.tech, dev.eproc.tech'
HOST_NAMES: 'www.eproc.tech,dev.eproc.tech'
S3_BUCKET_PRIVATE: 'saas-starter-kit-private'
S3_BUCKET_PUBLIC: 'saas-starter-kit-public'
S3_BUCKET_PUBLIC_CLOUDFRONT: 'false'