Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Heroku and RubyMine

Has anyone managed to integrate Heroku with RubyMine? I have Heroku installed and integrated with Git (which is integrated with RubyMine) but I see no way to push to Heroku without dropping to the Terminal.

like image 417
D. Simpson Avatar asked Apr 08 '11 05:04

D. Simpson


1 Answers

You don't need to do anything special to use Rubymine with Heroku, Heroku is just another git remote location.

From Version Control > Git > Push Changes

there's a 'Remote' drop down, set that to your Heroku remote and it should deploy to Heroku

like image 149
John Beynon Avatar answered Oct 02 '22 18:10

John Beynon