Skip to content

Commit

Permalink
update ip for new instance
Browse files Browse the repository at this point in the history
  • Loading branch information
calellowitz committed Sep 27, 2023
1 parent da8d5b0 commit 6fa6cbc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion deploy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ See https://developer.1password.com/docs/ssh/agent for more details.
To test that this is working you can run:

```bash
ssh connect@3.90.216.194
ssh connect@54.242.82.68
```

#### AWS CLI
Expand Down
4 changes: 2 additions & 2 deletions deploy/config/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ image: commcare-connect
servers:
web:
hosts:
- 3.90.216.194
- 54.242.82.68
options:
# create by ansible
env-file: '/home/connect/www/commcare-connect/docker.env'
celery:
hosts:
- 3.90.216.194
- 54.242.82.68
options:
# create by ansible
env-file: '/home/connect/www/commcare-connect/docker.env'
Expand Down
2 changes: 1 addition & 1 deletion deploy/inventory.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ webservers:
hosts:
web0:
ansible_user: ubuntu
ansible_host: 3.90.216.194
ansible_host: 54.242.82.68

0 comments on commit 6fa6cbc

Please sign in to comment.