Add .deb bundling automation
Some checks failed
build-docker-imge / Build the docker container (push) Failing after 6s
Some checks failed
build-docker-imge / Build the docker container (push) Failing after 6s
This commit is contained in:
8
alumnihub_10.0_amd64/DEBIAN/control
Executable file
8
alumnihub_10.0_amd64/DEBIAN/control
Executable file
@@ -0,0 +1,8 @@
|
||||
Package: alumnihub
|
||||
Version: 10.0-1
|
||||
Architecture: amd64
|
||||
Essential: no
|
||||
Priority: optional
|
||||
Depends: aspnetcore-runtime-10.0,nginx,postgresql-18
|
||||
Maintainer: kocoder
|
||||
Description: Our production oqtane setup
|
||||
1
alumnihub_10.0_amd64/DEBIAN/postinst
Executable file
1
alumnihub_10.0_amd64/DEBIAN/postinst
Executable file
@@ -0,0 +1 @@
|
||||
#!/bin/bash
|
||||
2
alumnihub_10.0_amd64/DEBIAN/postrm
Normal file
2
alumnihub_10.0_amd64/DEBIAN/postrm
Normal file
@@ -0,0 +1,2 @@
|
||||
#!/bin/bash
|
||||
deluser oqtane
|
||||
2
alumnihub_10.0_amd64/DEBIAN/preinst
Executable file
2
alumnihub_10.0_amd64/DEBIAN/preinst
Executable file
@@ -0,0 +1,2 @@
|
||||
#!/bin/bash
|
||||
useradd oqtane
|
||||
Reference in New Issue
Block a user