push code at heroku

 


   

rails myapp
cd myapp
git init
git add .
git commit -m "my new app"
heroku create
git push heroku master

Comments

Popular posts from this blog

Rails 7 Features :: Comparison with Rails 6 and Rails 5