Compare commits
9 Commits
0.0.1-alph
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 5dbaa652c5 | |||
| fb411826ca | |||
| 3cce4fd900 | |||
| a67bfef0ce | |||
| 0af02afb20 | |||
| 17da27123e | |||
| f429512a14 | |||
| 933d194e5c | |||
| 162fd61936 |
@@ -25,7 +25,7 @@ jobs:
|
||||
- name: "Oqtane Framework bauen"
|
||||
run: dotnet build -c Release ./oqtane.framework/Oqtane.slnx
|
||||
- name: "Oqtane Framework publish"
|
||||
run: dotnet publish -c Release ./oqtane.framework/Oqtane.slnx -o ./alumnihub_10.0_amd64/opt/alumnihub
|
||||
run: dotnet publish -c Release ./oqtane.framework/Oqtane.Server/Oqtane.Server.csproj -o ./alumnihub_10.0_amd64/opt/alumnihub
|
||||
- name: "Build .deb"
|
||||
run: ./run-build.sh "${{ gitea.ref_name }}" "./alumnihub_10.0_amd64"
|
||||
- name: "Upload .deb"
|
||||
|
||||
@@ -1 +1,2 @@
|
||||
#!/bin/bash
|
||||
adduser --system alumnihub
|
||||
@@ -1,2 +1 @@
|
||||
#!/bin/bash
|
||||
deluser oqtane
|
||||
@@ -1,2 +1 @@
|
||||
#!/bin/bash
|
||||
useradd oqtane
|
||||
@@ -2,14 +2,14 @@
|
||||
Description=Alumnihub Webservice
|
||||
|
||||
[Service]
|
||||
WorkingDirectory=/opt/oqtane
|
||||
WorkingDirectory=/opt/alumnihub
|
||||
ExecStart=/usr/bin/dotnet /opt/alumnihub/Oqtane.Server.dll
|
||||
Restart=always
|
||||
# Restart service after 10 seconds if the dotnet service crashes:
|
||||
RestartSec=5
|
||||
KillSignal=SIGINT
|
||||
SyslogIdentifier=alumnihub
|
||||
User=oqtane
|
||||
User=alumnihub
|
||||
Environment=ASPNETCORE_ENVIRONMENT=Production
|
||||
Environment=ASPNETCORE_URLS="http://127.0.0.1:5000"
|
||||
Environment=ASPNETCORE_FORWARDEDHEADERS_ENABLED=true
|
||||
|
||||
Submodule oqtane.framework updated: f3175b6b06...6db5c924c7
Reference in New Issue
Block a user