Skip to content

Commit

Permalink
Merge pull request #327 from dimagi/pkv/change-celery-ip
Browse files Browse the repository at this point in the history
Change celery IP
  • Loading branch information
pxwxnvermx committed May 30, 2024
2 parents 0397789 + 234fdff commit 84d35d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deploy/config/deploy.production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion deploy/production.inventory.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 84d35d0

Please sign in to comment.