rpm/debs were missing files
This commit is contained in:
parent
b95fd64076
commit
936b64f2a3
|
|
@ -49,6 +49,7 @@ archives:
|
||||||
|
|
||||||
files:
|
files:
|
||||||
- var/config.yaml
|
- var/config.yaml
|
||||||
|
- LICENSE
|
||||||
- README.md
|
- README.md
|
||||||
- Dockerfile
|
- Dockerfile
|
||||||
- webui
|
- webui
|
||||||
|
|
@ -81,3 +82,11 @@ nfpms:
|
||||||
- deb
|
- deb
|
||||||
- rpm
|
- rpm
|
||||||
- apk
|
- apk
|
||||||
|
|
||||||
|
contents:
|
||||||
|
- src: webui
|
||||||
|
dst: /var/www/olivetin/
|
||||||
|
|
||||||
|
- src: var/config.yaml
|
||||||
|
dst: /etc/OliveTin/config.yaml
|
||||||
|
type: "config|noreplace"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue