forked from oscar.krause/fastapi-dls
fixed deb package paths
This commit is contained in:
parent
45af6c11c0
commit
6844604a0b
@ -13,8 +13,8 @@ build:debian:
|
|||||||
# copy install instructions
|
# copy install instructions
|
||||||
- cp -r DEBIAN build/
|
- cp -r DEBIAN build/
|
||||||
# copy app into "/usr/share/fastapi-dls" as "/usr/share/fastapi-dls/app" & copy README.md and version.env
|
# copy app into "/usr/share/fastapi-dls" as "/usr/share/fastapi-dls/app" & copy README.md and version.env
|
||||||
- mkdir -p build/usr/share/
|
- mkdir -p build/usr/share/fastapi-dls
|
||||||
- cp -r app build/usr/share/fastapi-dls/
|
- cp -r app build/usr/share/fastapi-dls
|
||||||
- cp README.md version.env build/usr/share/fastapi-dls
|
- cp README.md version.env build/usr/share/fastapi-dls
|
||||||
# create conf file
|
# create conf file
|
||||||
- mkdir -p build/etc/fastapi-dls
|
- mkdir -p build/etc/fastapi-dls
|
||||||
|
Loading…
Reference in New Issue
Block a user