From 3b4aed64aa60024a23e26a5da2549d782206594f Mon Sep 17 00:00:00 2001 From: Will Estes Date: Thu, 30 Jul 2026 05:41:58 -0400 Subject: [PATCH] Switch production domain from demo to sunfloweracressoaps.com DNS is now live for the real domain; point baseURL and the CI deploy target at it instead of the sunfloweracres.reground.org demo. --- .gitea/workflows/deploy.yml | 2 +- hugo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 606c1b9..061e78a 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -29,6 +29,6 @@ jobs: # Ansible role) — it can push new files but can never read/list # anything back off the server, and can't reach any other site's # directory regardless of what path is requested here. - rsync -az --delete -e "ssh -i ~/.ssh/deploy_key -o StrictHostKeyChecking=accept-new" public/ root@sunfloweracres.reground.org: + rsync -az --delete -e "ssh -i ~/.ssh/deploy_key -o StrictHostKeyChecking=accept-new" public/ root@reground.org: env: DEPLOY_SSH_KEY: ${{ secrets.DEPLOY_SSH_KEY }} diff --git a/hugo.toml b/hugo.toml index 36ef4f5..1cce02b 100644 --- a/hugo.toml +++ b/hugo.toml @@ -1,4 +1,4 @@ -baseURL = "https://sunfloweracres.reground.org/" +baseURL = "https://sunfloweracressoaps.com/" languageCode = "en-us" title = "Sunflower Acres"