Skip to content

Commit 4fb5fe3

Browse files
committed
CI: Change deployment to webhook call
1 parent c117c0c commit 4fb5fe3

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/deploy.yml

+4-5
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,8 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v4
14-
- uses: akhileshns/heroku-deploy@v4
14+
- name: Invoke deployment hook
15+
uses: distributhor/workflow-webhook@v3
1516
with:
16-
heroku_api_key: ${{secrets.HEROKU_API_KEY}}
17-
heroku_app_name: ${{secrets.HEROKU_APP_NAME}}
18-
heroku_email: ${{secrets.HEROKU_EMAIL}}
19-
branch: "master"
17+
webhook_url: ${{ secrets.DEPLOY_WEBHOOK_URL }}
18+
webhook_secret: ${{ secrets.DEPLOY_WEBHOOK_SECRET }}

0 commit comments

Comments
 (0)