Hi, Try: git push heroku master As with git I think you must specify the branch (although you can only, it seems, push master to heroku).
David On 8/6/10, Abder-Rahman Ali <[email protected]> wrote: > Following this tutorial : > http://railstutorial.org/chapters/static-pages#top > > I created the hello.html file. > > After that, I have done the following: > > $ git push > $ git push heroku > > But, I couldn't see the changes neither at Github nor at Heroku. Why is > that? > > Thanks. > -- > Posted via http://www.ruby-forum.com/. > > -- > You received this message because you are subscribed to the Google Groups > "Ruby on Rails: Talk" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/rubyonrails-talk?hl=en. > > -- Sent from my mobile device -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

