Skip to content

Commit

Permalink
add service definition to homebrew release
Browse files Browse the repository at this point in the history
  • Loading branch information
lugoues authored and tg44 committed Feb 12, 2024
1 parent c710ac5 commit 34a46b3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,3 +80,8 @@ brews:
install: |
bin.install "heptapod"
prefix.install Dir["rules"]
service: |
run [opt_bin/"heptapod", "run"]
run_type :cron
cron "0 * * * *"

0 comments on commit 34a46b3

Please sign in to comment.