diff options
author | Sam Potts <sam@potts.es> | 2019-02-19 01:05:59 +1100 |
---|---|---|
committer | Sam Potts <sam@potts.es> | 2019-02-19 01:05:59 +1100 |
commit | 54110f83582e3c6d12ee7ba3f09e4b116be87ffd (patch) | |
tree | c2c46f2683bd75a80623aa399770d3e1c3d2250d /deploy.json | |
parent | 522135adaf7cb395b7cfe313e63a6f3ae9b70eae (diff) | |
download | plyr-54110f83582e3c6d12ee7ba3f09e4b116be87ffd.tar.lz plyr-54110f83582e3c6d12ee7ba3f09e4b116be87ffd.tar.xz plyr-54110f83582e3c6d12ee7ba3f09e4b116be87ffd.zip |
Update build process
Diffstat (limited to 'deploy.json')
-rw-r--r-- | deploy.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/deploy.json b/deploy.json new file mode 100644 index 00000000..7d89d16d --- /dev/null +++ b/deploy.json @@ -0,0 +1,12 @@ +{ + "cdn": { + "bucket": "plyr", + "domain": "cdn.plyr.io", + "region": "us-east-1" + }, + "demo": { + "bucket": "plyr.io", + "domain": "plyr.io", + "region": "us-west-1" + } +} |