Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions roles/deploy/handlers/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,3 @@
state: restarted
become: yes
become_user: root

- name: update whenever
command: bash -lc "bundle exec whenever -i ofn --set 'environment={{ rails_env }}&path={{ current_path }}' --update-crontab"
changed_when: True
args:
chdir: "{{ current_path }}"
1 change: 0 additions & 1 deletion roles/deploy/tasks/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,4 +156,3 @@
notify:
- restart puma
- restart sidekiq
- update whenever
Loading