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
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
Post a Comment