mirror of
https://github.com/dokku/dokku.git
synced 2026-02-24 04:00:36 +01:00
This functionality enables users to manage a global crontab for the Dokku user that contains all scheduled tasks across all apps. Alternative schedulers can implement cron tasks as desired.
7 lines
201 B
Makefile
7 lines
201 B
Makefile
SUBCOMMANDS = subcommands/list subcommands/report
|
|
TRIGGERS = triggers/post-delete triggers/post-deploy triggers/report
|
|
BUILD = commands subcommands triggers
|
|
PLUGIN_NAME = cron
|
|
|
|
include ../../common.mk
|