Skip to content

Commit

Permalink
Goreleaser config tune
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor Castell committed Sep 13, 2018
1 parent 0e93d60 commit af43f8c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# This is an example goreleaser.yaml file with some sane defaults.
# Make sure to check the documentation at http://goreleaser.com
project_name: dkron
builds:
- main: ./builtin/bins/dkron-executor-http/
binary: dkron-executor-http
Expand Down Expand Up @@ -90,7 +89,8 @@ nfpm:
# "builder/files/": "/etc/init.d"
# "path/**/glob": "/var/foo/glob"
config_files:
"builder/files/*.yml": "/etc/dkron/dkron.yml"
"builder/files/dkron.yml": "/etc/dkron/dkron.yml"
"builder/files/dkron.service": "/lib/systemd/system/dkron.service"

overrides:
rpm:
Expand Down

0 comments on commit af43f8c

Please sign in to comment.