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

Commit

Permalink
tweak RELEASE.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Franck Chastagnol committed Aug 16, 2018
1 parent 6a4390c commit e5e0edd
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ No additional features should be added to this release branch. Only bug fixes sh
- `git tag -a v0.3.0 -m "New release"`

### origin-bridge
Pre-requesites:
Prerequesites:
- Install the [Heroku cli](https://devcenter.heroku.com/articles/heroku-cli) on your local host.

Publish steps:
Expand All @@ -118,17 +118,16 @@ Publish steps:
- `heroku git:clone -a bridge-originprotocol-com`
- `cd bridge-originprotocol-com/`
- Pull Origin's master into Heroku's master.
- `git remote add origin https://github.com/OriginProtocol/origin-bridge.git`
- `git pull origin master`
- `git remote add origin https://github.com/OriginProtocol/origin-bridge.git`
- `git pull origin master`
- Push to heroku's git repo. This will also trigger Heroku to rebuild the packages, run DB migration(s) and deploy the new code.
- `git push heroku master`
- `git push heroku master`
- [ ] Check the Heroku deployment succeeded.
- Check the web process is up.
- `heroku ps -a bridge-originprotocol-com`
- `heroku ps -a bridge-originprotocol-com`
- Tail the logs for errors.
- `heroku logs -a bridge-originprotocol-com --tail`
- Verify the home page loads.
- `http://bridge.originprotocol.com`
- `heroku logs -a bridge-originprotocol-com --tail`
- Verify the [home page](https://bridge.originprotocol.com) loads.

## Follow-up
- [ ] Confirm published `origin.js` file is accessible via `code.originprotocol.com` redirect
Expand Down

0 comments on commit e5e0edd

Please sign in to comment.