Skip to content

Commit

Permalink
Merge pull request #93 from anolson/install-heroku-cli
Browse files Browse the repository at this point in the history
Install Heroku CLI
  • Loading branch information
anolson authored Feb 17, 2025
2 parents 65d4d30 + 7cad3e1 commit e9712b6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v1

- name: Install Heroku CLI
run: curl https://cli-assets.heroku.com/install.sh | sh

- name: Login to Heroku container registry
run: heroku container:login

Expand All @@ -68,6 +71,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v1

- name: Install Heroku CLI
run: curl https://cli-assets.heroku.com/install.sh | sh

- name: Login to Heroku container registry
run: heroku container:login

Expand Down

0 comments on commit e9712b6

Please sign in to comment.