ci(guide): Slack dev-deploy notifications to #hiveops-dev-deploy #8

Merged
hiveiq merged 1 commits from feat/slack-dev-deploy-notify into develop 2026-07-08 13:36:13 -04:00
Owner

Adds a Notify Slack step to cd-develop — posts a colored /🔴 card to #hiveops-dev-deploy on every run (deploy result), via org secret SLACK_WEBHOOK_URL.

  • Runs if: always() so failed build/deploy/smoke is announced, not silent.
  • Card shows commit + subject, branch, actor, run #, and a View-run button.
  • No-ops if the secret is unset.

Validated: YAML parses, payload is valid JSON, live preview posted to the channel (Slack ok). Merging this triggers a guide deploy → first real card.

Adds a `Notify Slack` step to `cd-develop` — posts a colored ✅/🔴 card to **#hiveops-dev-deploy** on every run (deploy result), via org secret `SLACK_WEBHOOK_URL`. - Runs `if: always()` so failed build/deploy/smoke is announced, not silent. - Card shows commit + subject, branch, actor, run #, and a View-run button. - No-ops if the secret is unset. Validated: YAML parses, payload is valid JSON, live preview posted to the channel (Slack `ok`). **Merging this triggers a guide deploy → first real card.**
hiveiq added 1 commit 2026-07-08 13:34:35 -04:00
Appends a Notify Slack step to cd-develop (if: always()) that posts a
colored Block Kit card on every run —  deployed / 🔴 FAILED — with commit,
branch, actor, run number, and a View-run button. Uses the org secret
SLACK_WEBHOOK_URL; no-ops if the secret is unset.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
johannes approved these changes 2026-07-08 13:35:54 -04:00
hiveiq merged commit 6bd4f1eb19 into develop 2026-07-08 13:36:13 -04:00
hiveiq deleted branch feat/slack-dev-deploy-notify 2026-07-08 13:36:13 -04:00
Sign in to join this conversation.
No Reviewers
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: hiveiq-src/hiveops-guide#8