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.
This commit is contained in:
2026-07-30 05:41:58 -04:00
parent 85361817f9
commit 3b4aed64aa
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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 }}