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

Merge pull request #6342 from psaniko/patch-1

Add empty commit hint to Heroku upgrade instructions
parents d9cb1766 be537fb8
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