From 234fdffc34b454384cc6c19e80bd361168ef867c Mon Sep 17 00:00:00 2001 From: Pawan Verma Date: Wed, 29 May 2024 10:30:00 +0530 Subject: [PATCH] Change celery IP --- deploy/config/deploy.production.yml | 2 +- deploy/production.inventory.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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'