mirror of
https://github.com/dokku/dokku.git
synced 2025-12-25 16:29:30 +01:00
This allows alternative plugins - such as dokku-letsencrypt - to inject scheduled cron tasks into the cron system used by Dokku. Cron systems can choose to include or not include a cron task based on the specified scheduler, and can also optionally use a third parameter to store arbitrary information.
7 lines
221 B
Makefile
7 lines
221 B
Makefile
SUBCOMMANDS = subcommands/list subcommands/report
|
|
TRIGGERS = triggers/cron-write triggers/post-delete triggers/post-deploy triggers/report
|
|
BUILD = commands subcommands triggers
|
|
PLUGIN_NAME = cron
|
|
|
|
include ../../common.mk
|