Skip to content

Commit

Permalink
fix: leftovers in signal ansible role
Browse files Browse the repository at this point in the history
  • Loading branch information
roschaefer committed May 27, 2024
1 parent 9b4c6ae commit 5802351
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ansible/roles/installation/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
- ../docker-compose.prod.yml
- ../docker-compose.traefik.yml

- name: Run `docker-compose up`
- name: Run `docker compose up`
environment:
DOCKER_IMAGE_TAG: "{{ docker_image_tag }}"
RAILS_ENV: "{{ rails.environment }}"
Expand Down
2 changes: 1 addition & 1 deletion ansible/roles/signal/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,4 @@
ansible.builtin.cron:
name: "Receive signal messages"
minute: "*" # job gets run every minute
job: "/usr/local/bin/docker-compose -f /home/ansible/docker-compose.yml -f /home/ansible/docker-compose.prod.yml exec -T app bin/rails signal:receive_messages"
job: "/usr/bin/docker compose -f /home/ansible/docker-compose.yml -f /home/ansible/docker-compose.prod.yml exec -T app bin/rails signal:receive_messages"

0 comments on commit 5802351

Please sign in to comment.