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.

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?

share|improve this question

3 Answers

up vote 4 down vote accepted

it's not possible - deploys must be via git push

share|improve this answer

This is possible now, check out https://github.com/ddollar/heroku-push

share|improve this answer

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.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.