Skip to content

Instantly share code, notes, and snippets.

@remarkablemark
Last active January 13, 2023 21:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save remarkablemark/f41e8421699bfb77903b719f177c4eec to your computer and use it in GitHub Desktop.
Save remarkablemark/f41e8421699bfb77903b719f177c4eec to your computer and use it in GitHub Desktop.
jobs:
heroku-deploy:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v3
- name: Deploy to Heroku
uses: akhileshns/heroku-deploy@v3.12.12
with:
heroku_api_key: ${{ secrets.HEROKU_API_KEY }}
heroku_app_name: ${{ secrets.HEROKU_APP_NAME }}
heroku_email: ${{ secrets.HEROKU_EMAIL }}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment