Skip to content
Snippets Groups Projects
Commit ad26ab10 authored by Sameer Al-Sakran's avatar Sameer Al-Sakran Committed by GitHub
Browse files

Merge pull request #5116 from metabase/heroku_update

add reference to our buildpack
parents ea09a931 662f3262
No related branches found
No related tags found
No related merge requests found
......@@ -56,6 +56,11 @@ cd metabase-deploy
git remote add heroku https://git.heroku.com/your-metabase-app.git
```
* If you are upgrading from a version that is lower than 0.25, add the Metabase buildpack to your Heroku app:
```
heroku buildpacks:add https://github.com/metabase/metabase-heroku
```
* Force push the new version to Heroku:
```bash
......
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