Skip to content

Commit

Permalink
Merge pull request #809 from conda-forge/fix-deploy
Browse files Browse the repository at this point in the history
fix: try this one for deploys
  • Loading branch information
beckermr authored Dec 18, 2024
2 parents 5fef5b5 + 3fbd89e commit 2e4a87b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,9 @@ jobs:
ref: ${{ needs.tag-and-release.outputs.new_version }}

- name: build and push to heroku
uses: gonuit/heroku-docker-deploy@9ab97585f979857642d66612a2ae4062b3347d53
uses: AkhileshNS/heroku-deploy@581dd286c962b6972d427fcf8980f60755c15520
with:
email: ${{ secrets.HEROKU_EMAIL }}
heroku_email: ${{ secrets.HEROKU_EMAIL }}
heroku_api_key: ${{ secrets.HEROKU_API_KEY }}
heroku_app_name: conda-forge
usedocker: true

0 comments on commit 2e4a87b

Please sign in to comment.