Add .deb bundling automation
Some checks failed
build-docker-imge / Build the docker container (push) Failing after 6s

This commit is contained in:
2026-01-13 11:27:44 +01:00
parent ef5878e88a
commit 707a4621de
11 changed files with 34 additions and 6 deletions

View 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

View File

@@ -0,0 +1 @@
#!/bin/bash

View File

@@ -0,0 +1,2 @@
#!/bin/bash
deluser oqtane

View File

@@ -0,0 +1,2 @@
#!/bin/bash
useradd oqtane