Skip to content
This repository was archived by the owner on Jan 14, 2020. It is now read-only.

Commit e5e0edd

Browse files
author
Franck Chastagnol
committed
tweak RELEASE.md
1 parent 6a4390c commit e5e0edd

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

RELEASE.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -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

101101
Publish 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

Comments
 (0)