Skip to content

Commit

Permalink
fix: swap IMAP to DO primary
Browse files Browse the repository at this point in the history
  • Loading branch information
titanism committed Oct 8, 2024
1 parent a66f877 commit d2c73b4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ Follow the [Deployment](#deployment) guide below for automatic provisioning and
gh repo deploy-key add deployment-keys/smtp-vu-sj-ca.pub -R forwardemail/forwardemail.net
gh repo deploy-key add deployment-keys/smtp-vu-mi-fl.pub -R forwardemail/forwardemail.net
gh repo deploy-key add deployment-keys/imap-vu-sj-ca.pub -R forwardemail/forwardemail.net
gh repo deploy-key add deployment-keys/imap-do-am-nl.pub -R forwardemail/forwardemail.net
gh repo deploy-key add deployment-keys/imap-do-sf-ca.pub -R forwardemail/forwardemail.net
gh repo deploy-key add deployment-keys/pop3-vu-sj-ca.pub -R forwardemail/forwardemail.net
gh repo deploy-key add deployment-keys/sqlite-do-sf-ca.pub -R forwardemail/forwardemail.net
gh repo deploy-key add deployment-keys/caldav-do-sf-ca.pub -R forwardemail/forwardemail.net
Expand Down
2 changes: 1 addition & 1 deletion ansible/playbooks/templates/hosts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ all:
hosts:
imap-vu-sj-ca:
ansible_host: 0.0.0.0
imap-do-am-nl:
imap-do-sf-ca:
ansible_host: 0.0.0.0
pop3:
hosts:
Expand Down
2 changes: 1 addition & 1 deletion ecosystem-imap.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"deploy": {
"production": {
"user": "deploy",
"host": ["45.32.134.200"],
"host": ["64.23.247.113"],
"ref": "origin/master",
"repo": "[email protected]:forwardemail/forwardemail.net.git",
"path": "/var/www/production",
Expand Down

0 comments on commit d2c73b4

Please sign in to comment.