diff options
author | Steve Klebanoff <steve.klebanoff@gmail.com> | 2018-11-07 06:54:36 +0800 |
---|---|---|
committer | Steve Klebanoff <steve.klebanoff@gmail.com> | 2018-11-07 06:54:36 +0800 |
commit | a73522e7f12c1af22d4d65219bfe0a4bc0c56961 (patch) | |
tree | 0d59b5b8f80967f75cf69a76891cdd37c0d5d709 /packages/instant/README.md | |
parent | d941901e3281fdb2fd0f9a9b3b23947f05b1c56e (diff) | |
parent | ce4081bb18bffb364050f04796f3174b87b7303e (diff) | |
download | dexon-sol-tools-a73522e7f12c1af22d4d65219bfe0a4bc0c56961.tar dexon-sol-tools-a73522e7f12c1af22d4d65219bfe0a4bc0c56961.tar.gz dexon-sol-tools-a73522e7f12c1af22d4d65219bfe0a4bc0c56961.tar.bz2 dexon-sol-tools-a73522e7f12c1af22d4d65219bfe0a4bc0c56961.tar.lz dexon-sol-tools-a73522e7f12c1af22d4d65219bfe0a4bc0c56961.tar.xz dexon-sol-tools-a73522e7f12c1af22d4d65219bfe0a4bc0c56961.tar.zst dexon-sol-tools-a73522e7f12c1af22d4d65219bfe0a4bc0c56961.zip |
Merge branch 'development' into feature/instant/mobile-full-bleed
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..b83a10508 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, run + +``` +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.** |