diff options
author | fragosti <francesco.agosti93@gmail.com> | 2018-11-03 08:12:33 +0800 |
---|---|---|
committer | fragosti <francesco.agosti93@gmail.com> | 2018-11-03 08:12:33 +0800 |
commit | 16fa0fdda1751d675aa4fc0abf1c77ae4ff95550 (patch) | |
tree | 7b251ad2c30daa0dfbb78d7d6ca1d9ba960e713c /packages/instant/README.md | |
parent | 66261102de57e3bc86714577c021aa5c7e17c150 (diff) | |
download | dexon-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/README.md')
-rw-r--r-- | packages/instant/README.md | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/packages/instant/README.md b/packages/instant/README.md index 07b01ac95..0638c1824 100644 --- a/packages/instant/README.md +++ b/packages/instant/README.md @@ -53,7 +53,15 @@ You can deploy a work-in-progress version of 0x Instant at http://0x-instant-dog To build and deploy the site run ``` -yarn deploy +yarn deploy-dogfood +``` + +We also have a staging bucket that is to be updated less frequently can be used to share instant externally: http://0x-instant-staging.s3-website-us-east-1.amazonaws.com/ + +To build and deploy to this bucket, rub + +``` +yarn deploy-staging ``` **NOTE: On deploying the site, it will say the site is available at a non-existent URL. Please ignore and use the (now updated) URL above.** |