chore: deploy_live -> deploy_production

This commit is contained in:
fragosti
2018-11-30 11:59:59 -08:00
parent a7fc5975c1
commit d6ba7298d4
2 changed files with 2 additions and 2 deletions

View File

@@ -41,7 +41,7 @@ Finally, we have our live production bundle that is only meant to be updated wit
To build and deploy to this bundle, run
```
yarn deploy_live
yarn deploy_production
```
**NOTE: On deploying the site to staging and dogfood, it will say the site is available at a non-existent URL. Please ignore and use the (now updated) URL above.**

View File

@@ -19,7 +19,7 @@
"clean": "shx rm -rf lib coverage scripts",
"deploy_dogfood": "discharge deploy -c .dogfood.discharge.json",
"deploy_staging": "discharge deploy -c .staging.discharge.json",
"deploy_live": "discharge deploy -c .production.discharge.json",
"deploy_production": "discharge deploy -c .production.discharge.json",
"manual:postpublish": "yarn build; node ./scripts/postpublish.js"
},
"config": {