aboutsummaryrefslogtreecommitdiffstats
path: root/packages/instant/.staging.discharge.json
diff options
context:
space:
mode:
authorfragosti <francesco.agosti93@gmail.com>2018-11-03 08:12:33 +0800
committerfragosti <francesco.agosti93@gmail.com>2018-11-03 08:12:33 +0800
commit16fa0fdda1751d675aa4fc0abf1c77ae4ff95550 (patch)
tree7b251ad2c30daa0dfbb78d7d6ca1d9ba960e713c /packages/instant/.staging.discharge.json
parent66261102de57e3bc86714577c021aa5c7e17c150 (diff)
downloaddexon-sol-tools-16fa0fdda1751d675aa4fc0abf1c77ae4ff95550.tar
dexon-sol-tools-16fa0fdda1751d675aa4fc0abf1c77ae4ff95550.tar.gz
dexon-sol-tools-16fa0fdda1751d675aa4fc0abf1c77ae4ff95550.tar.bz2
dexon-sol-tools-16fa0fdda1751d675aa4fc0abf1c77ae4ff95550.tar.lz
dexon-sol-tools-16fa0fdda1751d675aa4fc0abf1c77ae4ff95550.tar.xz
dexon-sol-tools-16fa0fdda1751d675aa4fc0abf1c77ae4ff95550.tar.zst
dexon-sol-tools-16fa0fdda1751d675aa4fc0abf1c77ae4ff95550.zip
feat: break up deploy into deploy-dogfood and deploy-staging
Diffstat (limited to 'packages/instant/.staging.discharge.json')
-rw-r--r--packages/instant/.staging.discharge.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/packages/instant/.staging.discharge.json b/packages/instant/.staging.discharge.json
new file mode 100644
index 000000000..e36d256de
--- /dev/null
+++ b/packages/instant/.staging.discharge.json
@@ -0,0 +1,13 @@
+{
+ "domain": "0x-instant-staging",
+ "build_command": "yarn build:umd:prod",
+ "upload_directory": "public",
+ "index_key": "index.html",
+ "error_key": "index.html",
+ "trailing_slashes": true,
+ "cache": 3600,
+ "aws_profile": "default",
+ "aws_region": "us-east-1",
+ "cdn": false,
+ "dns_configured": true
+}