diff --git a/deploy/config/deploy.production.yml b/deploy/config/deploy.production.yml index 509b13e0..e92368d4 100644 --- a/deploy/config/deploy.production.yml +++ b/deploy/config/deploy.production.yml @@ -7,7 +7,7 @@ servers: env-file: '/home/connect/www/commcare-connect/docker.env' celery: hosts: - - 3.89.159.20 + - 44.193.193.67 options: # create by ansible env-file: '/home/connect/www/commcare-connect/docker.env' diff --git a/deploy/production.inventory.yml b/deploy/production.inventory.yml index 09d3bee5..47003756 100644 --- a/deploy/production.inventory.yml +++ b/deploy/production.inventory.yml @@ -3,7 +3,7 @@ webservers: web0: ansible_host: 54.146.23.50 celery0: - ansible_host: 3.89.159.20 + ansible_host: 44.193.193.67 vars: ansible_user: ubuntu secrets_file: 'Ansible Secrets - Production'