This article goes over how to deploy to  Heroku using the  GitHub Actions workflow.

Prerequisites

Heroku

Create a Heroku app and save the app’s name and email associated with your account. Then go to  Account settings and copy your API Key.

GitHub

Go to your GitHub repository’s Settings > Secrets and set the  secrets:

  • HEROKU_API_KEY
  • HEROKU_APP_NAME
  • HEROKU_EMAIL

#devops #heroku #github

Deploy to Heroku with GitHub Actions
1.55 GEEK