I have to deploy a git subdirectory from a non master branch. I have looked at this answer and to the docs on Heroku, but when I issue
git subtree push --prefix visualizations heroku develop:master
I get the following error
error: src refspec d02911f4e410256fae0760f87f186289436ff98b:refs/heads/develop does not match any
And I really don't know how to proceed.