5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-06-02 00:44:16 +00:00
panel/Procfile

7 lines
328 B
Plaintext
Raw Normal View History

2019-09-24 17:56:04 +00:00
migrate: bundle exec rake db:prepare db:seed
2019-07-26 23:57:11 +00:00
sutty: bundle exec puma -d config.ru
2020-05-29 18:03:24 +00:00
blazer_5m: bundle exec rake blazer:run_checks SCHEDULE="5 minutes"
blazer_1h: bundle exec rake blazer:run_checks SCHEDULE="1 hour"
blazer_1d: bundle exec rake blazer:run_checks SCHEDULE="1 day"
blazer: bundle exec rake blazer:send_failing_checks