Skip to content

Commit

Permalink
task: using crond instead of cron
Browse files Browse the repository at this point in the history
  • Loading branch information
paganotoni committed Sep 23, 2024
1 parent d2e12e1 commit 04ce938
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ servers:
cron:
hosts:
- <%= ENV['PRODUCTION_SERVER_IP'] %>
cmd: bash -c "cat /usr/config/crontab | crontab - && cron -f"
cmd: bash -c "cat /usr/config/crontab | crontab - && crond -f"
options:
user: root

Expand Down

0 comments on commit 04ce938

Please sign in to comment.