Skip to content

Commit 8b22c80

Browse files
authored
Update deploy.yml with live bot url
1 parent 3e9c72a commit 8b22c80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
# Notify docs chatbot of new docs with curl command
8888
- name: Notify docs chatbot of new docs
8989
run: |
90-
curl -X POST https://chatbot-url.com/trigger-rebuild?token=${{ secrets.CHATBOT_TOKEN }}
90+
curl -X POST https://ask.defang.io/trigger-rebuild?token=${{ secrets.CHATBOT_TOKEN }}
9191
9292
9393
- name: Notify Slack of Action Failures

0 commit comments

Comments
 (0)