diff options
author | Francesco Agosti <francesco.agosti93@gmail.com> | 2018-11-07 01:37:04 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-07 01:37:04 +0800 |
commit | ce4081bb18bffb364050f04796f3174b87b7303e (patch) | |
tree | ba27607fcefd8e3e9b982c758f7b248dca175bda /packages/instant/README.md | |
parent | b7a111366b36ff20d690f29597cb5e98f0ee5b74 (diff) | |
parent | 18d24f8db19d0216044e2069cd67f1edce9b76a9 (diff) | |
download | dexon-sol-tools-ce4081bb18bffb364050f04796f3174b87b7303e.tar dexon-sol-tools-ce4081bb18bffb364050f04796f3174b87b7303e.tar.gz dexon-sol-tools-ce4081bb18bffb364050f04796f3174b87b7303e.tar.bz2 dexon-sol-tools-ce4081bb18bffb364050f04796f3174b87b7303e.tar.lz dexon-sol-tools-ce4081bb18bffb364050f04796f3174b87b7303e.tar.xz dexon-sol-tools-ce4081bb18bffb364050f04796f3174b87b7303e.tar.zst dexon-sol-tools-ce4081bb18bffb364050f04796f3174b87b7303e.zip |
Merge pull request #1210 from 0xProject/feature/instant/beta-bucket
[instant] 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..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.** |