Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update ip for new instance #134

Merged
merged 1 commit into from
Sep 27, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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