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"