Skip to content

Commit 99bf248

Browse files
authored
chore: trigger vercel webhook (#4569)
1 parent 5059e8a commit 99bf248

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/deploy-prod.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ jobs:
1818
token: ${{ secrets.ORG_AUTOMATION_TOKEN }}
1919
repository: timescale/web-documentation
2020
event-type: build-docs-content-prod
21-
trigger-amplify:
22-
name: Trigger Amplify build
21+
trigger-vercel:
22+
name: Trigger Vercel build
2323
runs-on: ubuntu-latest
2424
steps:
25-
- name: Trigger Amplify Webhook
25+
- name: Trigger Vercel Webhook
2626
env:
27-
WEBHOOK_URL: ${{ secrets.AMPLIFY_WEBHOOK_URL }}
27+
WEBHOOK_URL: ${{ secrets.VERCEL_WEBHOOK_URL }}
2828
run: |
2929
curl -X POST "$WEBHOOK_URL"

0 commit comments

Comments
 (0)