Customize eec-courses-template for sunfloweracressoaps.com
Sync courses / sync (push) Successful in 5s

Wire the sync workflow to eec-sunfloweracres, and add a real four-part
welcome/nurture course that also grows the sunfloweracres-list mailing
list via signup_list_name.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
2026-07-30 07:34:11 -04:00
parent e246c01af7
commit b0279f3fd8
8 changed files with 102 additions and 21 deletions
+3 -3
View File
@@ -13,8 +13,8 @@ jobs:
run: |
tar czf /tmp/courses.tar.gz courses
status=$(curl -s -o /tmp/sync-response.json -w '%{http_code}' \
-X POST "http://eec-__CLIENT__:8080/admin/sync" \
-H "Authorization: Bearer ${__CLIENT___EEC_SYNC_TOKEN}" \
-X POST "http://eec-sunfloweracres:8080/admin/sync" \
-H "Authorization: Bearer ${SUNFLOWERACRES_EEC_SYNC_TOKEN}" \
--data-binary @/tmp/courses.tar.gz)
cat /tmp/sync-response.json
echo
@@ -23,4 +23,4 @@ jobs:
exit 1
fi
env:
__CLIENT___EEC_SYNC_TOKEN: ${{ secrets.__CLIENT___EEC_SYNC_TOKEN }}
SUNFLOWERACRES_EEC_SYNC_TOKEN: ${{ secrets.SUNFLOWERACRES_EEC_SYNC_TOKEN }}