Skip to content

Commit 769c490

Browse files
committed
ci: fix n8n url
1 parent bbadbc7 commit 769c490

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Build App
3434
run: pnpm run build
3535
env:
36-
NEXT_PUBLIC_N8N_WEBHOOK_URL: https://n8n.chainsquad.com/webhook-test/95df7a1f-3fee-4109-aed6-62d7f7a2f76b
36+
NEXT_PUBLIC_N8N_WEBHOOK_URL: https://n8n.chainsquad.com/webhook/95df7a1f-3fee-4109-aed6-62d7f7a2f76b
3737

3838
- name: Deploy to external repository
3939
uses: peaceiris/actions-gh-pages@v3

0 commit comments

Comments
 (0)