Compare commits
6 Commits
0.0.1-alph
...
0.0.1-oqta
| Author | SHA1 | Date | |
|---|---|---|---|
| fb411826ca | |||
| 3cce4fd900 | |||
| a67bfef0ce | |||
| 0af02afb20 | |||
| 17da27123e | |||
| f429512a14 |
@@ -25,7 +25,7 @@ jobs:
|
|||||||
- name: "Oqtane Framework bauen"
|
- name: "Oqtane Framework bauen"
|
||||||
run: dotnet build -c Release ./oqtane.framework/Oqtane.slnx
|
run: dotnet build -c Release ./oqtane.framework/Oqtane.slnx
|
||||||
- name: "Oqtane Framework publish"
|
- 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"
|
- name: "Build .deb"
|
||||||
run: ./run-build.sh "${{ gitea.ref_name }}" "./alumnihub_10.0_amd64"
|
run: ./run-build.sh "${{ gitea.ref_name }}" "./alumnihub_10.0_amd64"
|
||||||
- name: "Upload .deb"
|
- name: "Upload .deb"
|
||||||
|
|||||||
@@ -2,6 +2,6 @@ Package: alumnihub
|
|||||||
Architecture: amd64
|
Architecture: amd64
|
||||||
Essential: no
|
Essential: no
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Depends: aspnetcore-runtime-10.0,nginx,postgresql-18
|
Depends: aspnetcore-runtime-9.0,nginx,postgresql-18
|
||||||
Maintainer: kocoder
|
Maintainer: kocoder
|
||||||
Description: Our production oqtane setup
|
Description: Our production oqtane setup
|
||||||
|
|||||||
Submodule oqtane.framework updated: f3175b6b06...6db5c924c7
Reference in New Issue
Block a user