5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-11-22 22:26:22 +00:00
panel/config/schedule.rb

7 lines
127 B
Ruby
Raw Normal View History

2018-02-20 17:47:11 +00:00
env 'MAILTO', 'sysadmin@kefir.red'
job_type :bash, 'cd :path && ./bin/:task'
every 3.minutes do
bash 'jekyll_build_all'
end