Skip to content

Commit

Permalink
Update our staging env to use a different named worker
Browse files Browse the repository at this point in the history
  • Loading branch information
mrchrisadams committed Aug 14, 2023
1 parent 9e24de3 commit 4f5c9e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ansible/inventories/staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ all:
tgwf_stage: "staging"
tgwf_domain_name: "admin-staging"
ansible_user: "deploy"
supervisor_gunicorn_app: "admin_web"
supervisor_worker_job: "admin_worker"
supervisor_gunicorn_app: "web-staging"
supervisor_worker_job: "worker-staging"

# you can set child groups too
children:
Expand Down

0 comments on commit 4f5c9e5

Please sign in to comment.