Skip to content

Commit

Permalink
feat: added new web server
Browse files Browse the repository at this point in the history
  • Loading branch information
titanism committed Dec 9, 2024
1 parent 4ec6d70 commit 4a28ba1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 +338,7 @@ Follow the [Deployment](#deployment) guide below for automatic provisioning and
```sh
gh repo deploy-key add deployment-keys/api-do-sf-ca.pub -R forwardemail/forwardemail.net
gh repo deploy-key add deployment-keys/api-vu-sj-ca.pub -R forwardemail/forwardemail.net
gh repo deploy-key add deployment-keys/web-dp-dv-co.pub -R forwardemail/forwardemail.net
gh repo deploy-key add deployment-keys/web-do-sf-ca.pub -R forwardemail/forwardemail.net
gh repo deploy-key add deployment-keys/web-vu-sj-ca.pub -R forwardemail/forwardemail.net
gh repo deploy-key add deployment-keys/bree-vu-sj-ca.pub -R forwardemail/forwardemail.net
Expand Down
2 changes: 1 addition & 1 deletion ecosystem-web.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"deploy": {
"production": {
"user": "deploy",
"host": ["144.202.105.188","64.23.134.242"],
"host": ["121.127.44.69","144.202.105.188","64.23.134.242"],
"ref": "origin/master",
"repo": "[email protected]:forwardemail/forwardemail.net.git",
"path": "/var/www/production",
Expand Down

0 comments on commit 4a28ba1

Please sign in to comment.