Skip to content

Commit

Permalink
Update to install Heroku CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesjefferies committed Jan 9, 2025
1 parent 287140f commit 3c061a4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/datasette-build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,13 @@ jobs:
git commit -m "Updated database"
git push
# Ubuntu image used to include heroku CLI, but not in 24.04
# https://github.com/actions/runner-images/issues/10786#issuecomment-2416287770
# https://devcenter.heroku.com/articles/heroku-cli#standalone-installation-with-a-tarball
- name: Install Heroku CLI
run: |
curl https://cli-assets.heroku.com/install.sh | sh
- name: Login to Heroku
env:
HEROKU_API_KEY: ${{ secrets.HEROKU_API_KEY }}
Expand Down

0 comments on commit 3c061a4

Please sign in to comment.