diff options
author | Brandon Millman <brandon.millman@gmail.com> | 2018-05-16 04:51:43 +0800 |
---|---|---|
committer | Brandon Millman <brandon.millman@gmail.com> | 2018-05-16 04:51:43 +0800 |
commit | 184232ba4fe304bb00a3dbbee21972b1ff29736b (patch) | |
tree | c3d7840fc37eb0e56e80660e999269c3cde3980f /packages/website/package.json | |
parent | 0bc338ba421613a0b4768f0c434cc63b8213543f (diff) | |
download | dexon-sol-tools-184232ba4fe304bb00a3dbbee21972b1ff29736b.tar dexon-sol-tools-184232ba4fe304bb00a3dbbee21972b1ff29736b.tar.gz dexon-sol-tools-184232ba4fe304bb00a3dbbee21972b1ff29736b.tar.bz2 dexon-sol-tools-184232ba4fe304bb00a3dbbee21972b1ff29736b.tar.lz dexon-sol-tools-184232ba4fe304bb00a3dbbee21972b1ff29736b.tar.xz dexon-sol-tools-184232ba4fe304bb00a3dbbee21972b1ff29736b.tar.zst dexon-sol-tools-184232ba4fe304bb00a3dbbee21972b1ff29736b.zip |
Add dogfood configs to website
Diffstat (limited to 'packages/website/package.json')
-rw-r--r-- | packages/website/package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/website/package.json b/packages/website/package.json index 538aa91a7..f1b2a1750 100644 --- a/packages/website/package.json +++ b/packages/website/package.json @@ -11,6 +11,7 @@ "clean": "shx rm -f public/bundle*", "lint": "tslint --project . 'ts/**/*.ts' 'ts/**/*.tsx'", "watch": "webpack-dev-server --content-base public --https", + "deploy_dogfood": "npm run build; aws s3 sync ./public/. s3://dogfood-0xproject --profile 0xproject --region us-east-1 --grants read=uri=http://acs.amazonaws.com/groups/global/AllUsers", "deploy_staging": "npm run build; aws s3 sync ./public/. s3://staging-0xproject --profile 0xproject --region us-east-1 --grants read=uri=http://acs.amazonaws.com/groups/global/AllUsers", "deploy_live": "npm run build; aws s3 sync ./public/. s3://0xproject.com --profile 0xproject --region us-east-1 --grants read=uri=http://acs.amazonaws.com/groups/global/AllUsers" }, |