fixed missing servie file for DEBIAN
This commit is contained in:
parent
aecad82914
commit
e71d4c4f4e
@ -1 +1,2 @@
|
|||||||
/etc/fastapi-dls/env
|
/etc/fastapi-dls/env
|
||||||
|
/etc/systemd/system/fastapi-dls.service
|
||||||
|
@ -49,7 +49,7 @@ build:apt:
|
|||||||
- cp .DEBIAN/env.default build/etc/fastapi-dls/env
|
- cp .DEBIAN/env.default build/etc/fastapi-dls/env
|
||||||
# create service file
|
# create service file
|
||||||
- mkdir -p build/etc/systemd/system
|
- mkdir -p build/etc/systemd/system
|
||||||
- cp .DEBIAN/fastapi-dls.service build/etc/systemd/system
|
- cp .DEBIAN/fastapi-dls.service build/etc/systemd/system/fastapi-dls.service
|
||||||
# cd into "build/"
|
# cd into "build/"
|
||||||
- cd build/
|
- cd build/
|
||||||
script:
|
script:
|
||||||
|
Loading…
Reference in New Issue
Block a user