drone cron add

Updated 2 years ago by Admin

This subcommand registers a new cron job with the system. Please note this command requires administrative privileges to the repository.

NAME:
drone cron add - adds a cronjob

USAGE:
drone cron add [command options] [repo/name] [cronjob] [cronexpr]

OPTIONS:
--branch value branch name (default: "master")

Example usage:

drone cron add octocat/hello-world nightly "0 0 0 * * *"


How did we do?