Skip to content

Commit

Permalink
Merge pull request metabase#3709 from metabase/heroku-docs-formatting
Browse files Browse the repository at this point in the history
Minor docs formatting
  • Loading branch information
tlrobinson authored Nov 6, 2016
2 parents 77d124e + 522a246 commit 8e4d113
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions docs/operations-guide/running-metabase-on-heroku.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,21 @@ Here's each step:

* Clone the latest version to your local machine:

git clone https://github.com/metabase/metabase-deploy.git
cd metabase-deploy
```bash
git clone https://github.com/metabase/metabase-deploy.git
cd metabase-deploy
```

* Add a git remote with your metabase setup:

git remote add heroku https://git.heroku.com/your-metabase-app.git
```bash
git remote add heroku https://git.heroku.com/your-metabase-app.git
```

* Force push the new version to Heroku:

git push -f heroku master
```bash
git push -f heroku master
```

* Wait for the deploy to finish

0 comments on commit 8e4d113

Please sign in to comment.