fixed missing servie file for DEBIAN

This commit is contained in:
Oscar Krause 2023-01-04 18:27:57 +01:00
parent aecad82914
commit e71d4c4f4e
2 changed files with 2 additions and 1 deletions

View File

@ -1 +1,2 @@
/etc/fastapi-dls/env
/etc/systemd/system/fastapi-dls.service

View File

@ -49,7 +49,7 @@ build:apt:
- cp .DEBIAN/env.default build/etc/fastapi-dls/env
# create service file
- 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 build/
script: