will 427091f26f
Sync campaigns / sync (push) Successful in 18s
Bump eec-campaigns pin to v0.1.4
v0.1.4 fixes several bugs found while testing on twosquirrelspress-campaigns:
- test-send failed validation on empty name/messenger fields (v0.1.1, v0.1.2)
- campaigns went out HTML-only; listmonk never derives a plaintext
  alternative on its own, so altbody is now sent explicitly (v0.1.3)
- change-detection now tracks altbody so campaigns synced before this
  fix actually pick it up on their next sync (v0.1.4)

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-07-23 22:32:19 -04:00
2026-07-20 18:28:38 +00:00

cateconners-campaigns

cateconners.com's campaign content, synced to listmonk by eec-campaigns. This repo holds only campaign content and this domain's listmonk secrets — the tool itself is installed at a pinned version in CI.

To send a campaign

  1. Write campaigns/<slug>/campaign.md (frontmatter + Markdown body — see the eec-campaigns README for the full field reference). Set from explicitly to Cate Conners <hello@cateconners.com> — Mailcow's Sender ACL only allows that exact address for this domain.
  2. git push to master — CI syncs it into listmonk as a draft and emails a preview to CAMPAIGNS_PREVIEW_EMAIL (or the campaign's own preview_emails).
  3. Check the preview inbox. Keep pushing edits until it looks right — each push re-syncs and re-previews.
  4. When ready to actually send: git tag send/<slug> && git push origin send/<slug>. This is the one action that transitions the campaign from draft to running — a plain git push to master can never do it.

Alternatively, run the Send campaign workflow manually from Gitea Actions with the slug as input — same effect as the tag push.

Other workflows

  • Test-send campaign (manual) — re-preview a campaign's current content to any address, without touching its status.
  • Sync default campaign template (manual) — pushes email-templates/campaign.html into listmonk as the default campaign template. Run once after setup, and again whenever that file changes.

Setup (one-time)

Repo secrets (Gitea Actions → Secrets): CAMPAIGNS_LISTMONK_BASE_URL, CAMPAIGNS_LISTMONK_API_USER, CAMPAIGNS_LISTMONK_API_TOKEN, CAMPAIGNS_PREVIEW_EMAIL.

The workflows in .gitea/workflows/ pin a specific eec-campaigns version (currently v0.1.0). Bump that pin deliberately when a new tool version is ready, not automatically.

S
Description
Listmonk campaigns for cateconners.com
Readme 52 KiB
Languages
HTML 100%