mirror of
https://github.com/pomerium/pomerium.git
synced 2025-08-04 17:29:16 +02:00
Co-authored-by: Travis Groth <travisgroth@users.noreply.github.com>
This commit is contained in:
parent
b3c1be7783
commit
63c396ef94
1 changed files with 6 additions and 4 deletions
10
.github/goreleaser.yaml
vendored
10
.github/goreleaser.yaml
vendored
|
@ -237,11 +237,13 @@ nfpms:
|
|||
preinstall: ospkg/preinstall.sh
|
||||
postinstall: ospkg/postinstall.sh
|
||||
|
||||
config_files:
|
||||
"ospkg/conf/config.yaml": "/etc/pomerium/config.yaml"
|
||||
contents:
|
||||
- src: ospkg/conf/config.yaml
|
||||
dst: /etc/pomerium/config.yaml
|
||||
type: config|noreplace
|
||||
|
||||
files:
|
||||
"ospkg/pomerium.service": "/usr/lib/systemd/system/pomerium.service"
|
||||
- src: ospkg/pomerium.service
|
||||
dst: /usr/lib/systemd/system/pomerium.service
|
||||
|
||||
overrides:
|
||||
deb:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue