Run the following command first for authentication:
heroku login
git push -f stage $(git branch --show-current):master
git push -f prod main:master
heroku run -r stage rake db:migrate
heroku run -r prod rake db:migrate
heroku run -r stage rails c
heroku run -r prod rails c
Use byebug
to set a break point
- Update github actions to run Rubocop