diff --git a/.goreleaser.yml b/.goreleaser.yml index 25fc23d..9419526 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -80,3 +80,8 @@ brews: install: | bin.install "heptapod" prefix.install Dir["rules"] + + service: | + run [opt_bin/"heptapod", "run"] + run_type :cron + cron "0 * * * *" \ No newline at end of file