Add Discord deploy notifications
Deploy / deploy-dev (push) Successful in 1m53s
Deploy / deploy-prod (push) Skipped

This commit is contained in:
Corey Blais
2026-08-04 16:03:43 -04:00
parent 6654ba4a55
commit 3d38093c9f
2 changed files with 124 additions and 0 deletions
+2
View File
@@ -95,6 +95,8 @@ curl -H "Authorization: Bearer <admin-token>" https://your-host/api/metrics
- `S3_ACCESS_KEY_ID`
- `S3_SECRET_ACCESS_KEY`
- `RESCUE_ONBOARDING_WEBHOOK_URL`
- `DISCORD_WEBHOOK_URL` as a Gitea Actions secret for deploy notifications
- `DISCORD_AVATAR_URL` as an optional Gitea Actions variable for the deploy notification icon
2. Build and start the production stack:
```bash