From 6fa6cbc81f24c01cd9912f72adf01b9f402ce101 Mon Sep 17 00:00:00 2001 From: Cal Ellowitz Date: Wed, 27 Sep 2023 19:12:50 -0400 Subject: [PATCH] update ip for new instance --- deploy/README.md | 2 +- deploy/config/deploy.yml | 4 ++-- deploy/inventory.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/deploy/README.md b/deploy/README.md index c9a3ce7c..ae863444 100644 --- a/deploy/README.md +++ b/deploy/README.md @@ -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 diff --git a/deploy/config/deploy.yml b/deploy/config/deploy.yml index cbcc713b..5247cf08 100644 --- a/deploy/config/deploy.yml +++ b/deploy/config/deploy.yml @@ -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' diff --git a/deploy/inventory.yml b/deploy/inventory.yml index a26d36a2..3efcac5a 100644 --- a/deploy/inventory.yml +++ b/deploy/inventory.yml @@ -2,4 +2,4 @@ webservers: hosts: web0: ansible_user: ubuntu - ansible_host: 3.90.216.194 + ansible_host: 54.242.82.68