forked from e621ng/e621ng

Remove whenever, it's not used in prod. Prod uses systemd timers. This executes the daily task on container startup. My PC isn't going to run when this would execute 99% of the time.
4 lines
176 B
Plaintext
4 lines
176 B
Plaintext
server: bin/rails server -p 9000 -b 0.0.0.0
|
|
jobs: bundle exec sidekiq -c 1 -q low_prio -q tags -q default -q high_prio -q video
|
|
cron: run-parts /etc/periodic/daily && crond -f
|