Heroku Deployment in ROR?
- git push origin main(branch name)
- heroku create -> Create the repository in heroku
- heroku push origin main(branch name)
- heroku db:migrate
- heroku logs => Checking the heroku logs
- heroku open -> Open the URL
- heroku pg:psql
I love Ruby on rails.Ruby on Rails Coding is not my job its my passion ..
Heroku Deployment in ROR?
Comments
Post a Comment