I have an application on GitHub that is deployed to Heroku. Even if I'm at a computer where Git is not installed, I can make changes to the files in the repository via the GitHub website. However, I'm not sure if I can deploy those changes to Heroku without invoking "git push heroku". Does anyone know if this is possible?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
This is possible now, check out https://github.com/ddollar/heroku-push |
|||
|
|
|
If you can get access to shell account somewhere with Git installed you could do it that way. Then all you'd need would be an SSH client. |
|||
|
|