Skip to content

Commit

Permalink
Install heroku CLI
Browse files Browse the repository at this point in the history
This isn't part of the runner install now for some reason.
  • Loading branch information
benlovell committed Jan 16, 2025
1 parent 53ebee8 commit be4b04f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Install Heroku CLI
run: |
curl https://cli-assets.heroku.com/install.sh | sh
- name: Login to Heroku container registry
run: |
cat >~/.netrc <<EOF
Expand Down

0 comments on commit be4b04f

Please sign in to comment.