2 Commits

Author SHA1 Message Date
will 3b4aed64aa Switch production domain from demo to sunfloweracressoaps.com
deploy / deploy (push) Successful in 5s
DNS is now live for the real domain; point baseURL and the CI deploy
target at it instead of the sunfloweracres.reground.org demo.
2026-07-30 05:41:58 -04:00
will 85361817f9 Add CI deploy via scoped rsync instead of a manual Ansible run
deploy / deploy (push) Successful in 5s
Previously this site had no CI at all — deploys went through a
forced-command SSH key that ran a fixed script cloning the repo and
building on the production host directly. Now CI builds the site in
an isolated container and pushes the output via rsync to a
forced-command key restricted (via rrsync) to this site's own docroot
only, matching the pattern now used across all the other Hugo sites.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-07-29 12:34:12 -04:00