Customize campaigns-template for cateconners.com
Sync campaigns / sync (push) Failing after 22s

Rename default template, restyle campaign email to the Fantasy Michigan
palette, write a short domain-specific README.
This commit is contained in:
2026-07-20 14:29:50 -04:00
parent ea038ce39c
commit 3cf07ebfbd
3 changed files with 48 additions and 56 deletions
+1 -3
View File
@@ -15,10 +15,8 @@ jobs:
- name: Install eec-campaigns
run: go install gitea.reground.org/will/eec-campaigns@v0.1.0
# TODO: rename "TEMPLATE default" below to "<this-repo-name> default"
# (or any name you like) as part of customizing this template.
- name: Sync template to listmonk
run: eec-campaigns template "TEMPLATE default" email-templates/campaign.html
run: eec-campaigns template "cateconners default" email-templates/campaign.html
env:
LISTMONK_BASE_URL: ${{ secrets.CAMPAIGNS_LISTMONK_BASE_URL }}
LISTMONK_API_USER: ${{ secrets.CAMPAIGNS_LISTMONK_API_USER }}