Skip to content

Commit

Permalink
Install the heroku CLI before deploying to heroku
Browse files Browse the repository at this point in the history
Hopefully this is temporary and the `heroku-deploy` action will
eventually handle this for us.

AkhileshNS/heroku-deploy#188
  • Loading branch information
jagthedrummer committed Dec 30, 2024
1 parent 09b308c commit 15b75bd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/_deploy_heroku.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ jobs:
heroku:
runs-on: ubuntu-latest
steps:
# TODO: Will the heroku-deploy action eventually handle this for us?
# https://github.com/AkhileshNS/heroku-deploy/issues/188
- name: Install Heroku CLI
run: |
curl https://cli-assets.heroku.com/install.sh | sh
- uses: actions/checkout@v4
- uses: akhileshns/heroku-deploy@v3.12.12 # This is the action
with:
Expand Down

0 comments on commit 15b75bd

Please sign in to comment.