Skip to content

Commit fe1c965

Browse files
authored
Update deploy.yml: curl -f
This ensure the CI fails if we can't notify the chatbot
1 parent e084aaa commit fe1c965

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://ask.defang.io/trigger-rebuild?token=${{ secrets.CHATBOT_TOKEN }}
90+
curl -f -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)