Switch production domain from demo to sunfloweracressoaps.com
deploy / deploy (push) Successful in 5s
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:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user