@@ -95,7 +95,7 @@ No additional features should be added to this release branch. Only bug fixes sh
9595 - ` git tag -a v0.3.0 -m "New release" `
9696
9797### origin-bridge
98- Pre-requesites :
98+ Prerequesites :
9999 - Install the [ Heroku cli] ( https://devcenter.heroku.com/articles/heroku-cli ) on your local host.
100100
101101Publish steps:
@@ -118,17 +118,16 @@ Publish steps:
118118 - ` heroku git:clone -a bridge-originprotocol-com `
119119 - ` cd bridge-originprotocol-com/ `
120120 - Pull Origin's master into Heroku's master.
121- - ` git remote add origin https://github.com/OriginProtocol/origin-bridge.git `
122- - ` git pull origin master `
121+ - ` git remote add origin https://github.com/OriginProtocol/origin-bridge.git `
122+ - ` git pull origin master `
123123 - Push to heroku's git repo. This will also trigger Heroku to rebuild the packages, run DB migration(s) and deploy the new code.
124- - ` git push heroku master `
124+ - ` git push heroku master `
125125- [ ] Check the Heroku deployment succeeded.
126126 - Check the web process is up.
127- - ` heroku ps -a bridge-originprotocol-com `
127+ - ` heroku ps -a bridge-originprotocol-com `
128128 - Tail the logs for errors.
129- - ` heroku logs -a bridge-originprotocol-com --tail `
130- - Verify the home page loads.
131- - ` http://bridge.originprotocol.com `
129+ - ` heroku logs -a bridge-originprotocol-com --tail `
130+ - Verify the [ home page] ( https://bridge.originprotocol.com ) loads.
132131
133132## Follow-up
134133- [ ] Confirm published ` origin.js ` file is accessible via ` code.originprotocol.com ` redirect
0 commit comments