mirror of
https://github.com/dokku/dokku.git
synced 2025-12-29 00:25:08 +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.
6 lines
155 B
Makefile
6 lines
155 B
Makefile
TRIGGERS = triggers/install triggers/post-delete triggers/post-deploy triggers/pre-deploy
|
|
BUILD = triggers
|
|
PLUGIN_NAME = app-json
|
|
|
|
include ../../common.mk
|