heroku and gits commands
heroku login
heroku website will automatically open and make login at that
check git remote
check git remote -v
heroku run rails c
heroku logs -t
heroku restart
heroku run rake db:create
heroku run rake db:seed ::::::::::::::::; whenever required
Comments
Post a Comment