diff options
author | Sam Potts <sam@potts.es> | 2020-04-24 00:47:41 +1000 |
---|---|---|
committer | Sam Potts <sam@potts.es> | 2020-04-24 00:47:41 +1000 |
commit | e48b1d11ce37960bc5803056561ec2b3996258c3 (patch) | |
tree | 10cab37f09f710c22d338ac8a0d8f43df5817caf /deploy.json | |
parent | ba91f23c50a6c7efa7d39dfb7105c16c20671434 (diff) | |
download | plyr-e48b1d11ce37960bc5803056561ec2b3996258c3.tar.lz plyr-e48b1d11ce37960bc5803056561ec2b3996258c3.tar.xz plyr-e48b1d11ce37960bc5803056561ec2b3996258c3.zip |
Housekeeping
Diffstat (limited to 'deploy.json')
-rw-r--r-- | deploy.json | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/deploy.json b/deploy.json index 7d89d16d..202152bd 100644 --- a/deploy.json +++ b/deploy.json @@ -1,12 +1,12 @@ { - "cdn": { - "bucket": "plyr", - "domain": "cdn.plyr.io", - "region": "us-east-1" - }, - "demo": { - "bucket": "plyr.io", - "domain": "plyr.io", - "region": "us-west-1" - } + "cdn": { + "bucket": "plyr", + "domain": "cdn.plyr.io", + "region": "us-east-1" + }, + "demo": { + "bucket": "plyr.io", + "domain": "plyr.io", + "region": "us-west-1" + } } |