Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 322 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 322 Bytes

Heroku Buildpack for Metabase

Add the following to your app.json:

"buildpacks": [ { "url": "https://github.com/metabase/metabase-buildpack" } ]

To set the version of metabase set the METABASE_VERSION environment variable in your heroku app.

e.g.

heroku config:set METABASE_VERSION=0.52.4 --app my-metabase-app