Skip to content

Commit

Permalink
CI: Change deployment to webhook call
Browse files Browse the repository at this point in the history
  • Loading branch information
gmta committed Nov 19, 2024
1 parent f64c8ab commit 58e1fdd
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,8 @@ jobs:
- CI
steps:
- uses: actions/checkout@v4
- uses: akhileshns/heroku-deploy@v4
- name: Invoke deployment hook
uses: distributhor/workflow-webhook@v3
with:
heroku_api_key: ${{secrets.HEROKU_API_KEY}}
heroku_app_name: ${{secrets.HEROKU_APP_NAME}}
heroku_email: ${{secrets.HEROKU_EMAIL}}
branch: "master"
webhook_url: ${{ secrets.DEPLOY_WEBHOOK_URL }}
webhook_secret: ${{ secrets.DEPLOY_WEBHOOK_SECRET }}

0 comments on commit 58e1fdd

Please sign in to comment.