ruby on rails

deploy on heroku

흰두부1 2020. 11. 11. 12:18
bundle install --without production
git status
git push heroku main
heroku run rails db:migrate
heroku open