Skip to content
Snippets Groups Projects
Commit 8e4d1135 authored by Tom Robinson's avatar Tom Robinson Committed by GitHub
Browse files

Merge pull request #3709 from metabase/heroku-docs-formatting

Minor docs formatting
parents 77d124e9 522a2469
No related branches found
No related tags found
No related merge requests found
......@@ -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% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment