Skip to content

Commit

Permalink
fix: addl. goreleaser config fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
lrstanley committed Jul 30, 2021
1 parent 2fe0248 commit 660fe65
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@ nfpms:
contents:
- src: example.vault-unseal.yaml
dst: /etc/vault-unseal.yaml
files:
"scripts/vault-unseal.systemd": "/etc/systemd/system/vault-unseal.service"
type: config
- src: scripts/vault-unseal.systemd
dst: /etc/systemd/system/vault-unseal.service
scripts:
postinstall: "scripts/postinstall.sh"
preremove: "scripts/preremove.sh"
Expand Down

0 comments on commit 660fe65

Please sign in to comment.