Enable Postmark alerts in deploy configs
Set postmark_token in both hetzner and astra configs.
Sender signature pom-alerts@makenot.work created and verified.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2 files changed,
+2 insertions,
-2 deletions
| 40 |
40 |
|
on_missing = "log"
|
| 41 |
41 |
|
|
| 42 |
42 |
|
[alerts]
|
| 43 |
|
- |
# postmark_token = "" # set in production — omit for dev mode (log only)
|
|
43 |
+ |
postmark_token = "29ec3abb-b3c7-4ffd-bf51-09d0f31865cd"
|
| 44 |
44 |
|
to = "pom-alerts@makenot.work"
|
| 40 |
40 |
|
on_missing = "log"
|
| 41 |
41 |
|
|
| 42 |
42 |
|
[alerts]
|
| 43 |
|
- |
# postmark_token = "" # set in production — omit for dev mode (log only)
|
|
43 |
+ |
postmark_token = "29ec3abb-b3c7-4ffd-bf51-09d0f31865cd"
|
| 44 |
44 |
|
to = "pom-alerts@makenot.work"
|