chore: deploy_live -> deploy_production
This commit is contained in:
@@ -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.**
|
||||
|
@@ -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": {
|
||||
|
Reference in New Issue
Block a user