drone cron add
このサブコマンドは、新しいcronジョブをシステムに登録します。このコマンドには、リポジトリへの管理者権限が必要であることに注意してください。
NAME:
drone cron add - adds a cronjob
USAGE:
drone cron add [command options] [repo/name] [cronjob] [cronexpr]
OPTIONS:
--branch value branch name (default: "master")
使用例:
drone cron add octocat/hello-world nightly "0 0 0 * * *"