Skip to content

Commit 1872523

Browse files
committed
Manually install Heroku CLI.
As recommended in AkhileshNS/heroku-deploy#188.
1 parent a7e3dfc commit 1872523

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy_heroku.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ jobs:
1212
- uses: actions/checkout@v4
1313
- name: Build release Docker image
1414
run: docker build -f release.Dockerfile . -t coqbot
15+
- name: Install Heroku CLI
16+
run: curl https://cli-assets.heroku.com/install.sh | sh
1517
- uses: akhileshns/[email protected]
1618
with:
1719
heroku_api_key: ${{secrets.HEROKU_API_KEY}}

0 commit comments

Comments
 (0)