heroku commands

heroku run rake db:migrate

heroku run rake db:create

heroku restart

heroku open

heroku stop

heroku start

heroku create

heroku login

heroku logout

git push heroku master 

heroku logs -t :: to check the error in heroku

Comments

Popular posts from this blog

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