โฌ๏ธHeroku Deploy
macOS installation
brew tap heroku/brew && brew install heroku
heroku --version # It should display heroku/x.x.xBad CPU type in executablesoftwareupdate --install-rosetta --agree-to-license
heroku --version # Now it should display heroku/x.x.xUbuntu installation
curl https://cli-assets.heroku.com/install.sh | sh
heroku --version # It should display heroku/x.x.xLogin
Create your heroku app
Push to production
Migrate your database
Credential variables
Stripe credentials
Error Handling in Heroku
Last updated