Skip to content

Commit 75f247b

Browse files
fix: update webhook URL for production deployment (#6)
1 parent 8edffc5 commit 75f247b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy-to-production.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ jobs:
1111
steps:
1212
- name: Webhook request
1313
run: |
14-
curl -X GET https://prod.request.network/api/deploy/${{ secrets.EASYPANEL_DEPLOY_KEY_PRODUCTION }}
14+
curl -X GET https://prod.request.network/api/compose/deploy/${{ secrets.EASYPANEL_DEPLOY_KEY_PRODUCTION }}

0 commit comments

Comments
 (0)