Skip to content
Snippets Groups Projects
Unverified Commit be537fb8 authored by Kim Korte's avatar Kim Korte Committed by GitHub
Browse files

Add empty commit hint to Heroku upgrade instructions

Since the metabase-deploy repo seems to no longer get updated, the instructions listed here won't work anymore. Unfortunately Heroku does not offer re-deployments. Adding an empty commit and pushing fixes the problem.
parent 486bbf1f
No related branches found
No related tags found
No related merge requests found
......@@ -68,3 +68,10 @@ git push -f heroku master
```
* Wait for the deploy to finish
* If there have been no new changes to the metabase-deploy repository, you will need to add an empty commit. This triggers Heroku to re-deploy the code, fetching the newest version of Metabase in the process.
```bash
git commit --allow-empty -m "empty commit"
git push -f heroku master
```
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