Skip to content

Commit

Permalink
Revert "use DNS names instead of IP address which change"
Browse files Browse the repository at this point in the history
This reverts commit dfa0768.
  • Loading branch information
snopoke committed Sep 20, 2023
1 parent 46a8693 commit f02065f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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:
- ec2-3-90-216-194.compute-1.amazonaws.com
- 3.90.216.194
options:
# create by ansible
env-file: '/home/connect/www/commcare-connect/docker.env'
celery:
hosts:
- ec2-3-90-216-194.compute-1.amazonaws.com
- 3.90.216.194
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: ec2-3-90-216-194.compute-1.amazonaws.com
ansible_host: 3.90.216.194

0 comments on commit f02065f

Please sign in to comment.