Compare commits
3 Commits
0.0.1-oqta
...
0.0.1-oqta
| Author | SHA1 | Date | |
|---|---|---|---|
| 289f1cf6ce | |||
| 36e9f9ee39 | |||
| 346fd6b33c |
@@ -20,12 +20,12 @@ jobs:
|
||||
with:
|
||||
dotnet-version: "10.0.x"
|
||||
- name: "Build .deb"
|
||||
run: ./run-build.sh "${{ gitea.ref_name }}" "./alumnihub_10.0_amd64"
|
||||
run: ./run-build.sh "${{ gitea.ref_name }}" "./alumnihub"
|
||||
- name: "Upload .deb"
|
||||
run: curl --user kocoder:${{ secrets.REGISTRY_TOKEN_KOCODER }} --upload-file ./alumnihub_10.0_amd64.deb https://git.kocoder.xyz/api/packages/Diplomarbeit-Absolventenverein/debian/pool/trixie/main/upload
|
||||
run: curl --user kocoder:${{ secrets.REGISTRY_TOKEN_KOCODER }} --upload-file ./alumnihub.deb https://git.kocoder.xyz/api/packages/Diplomarbeit-Absolventenverein/debian/pool/trixie/main/upload
|
||||
- name: "Create release"
|
||||
uses: akkuman/gitea-release-action@v1
|
||||
with:
|
||||
files: |-
|
||||
./alumnihub_10.0_amd64.deb
|
||||
./alumnihub_10.0_amd64/opt/alumnihub/Packages/*.nupkg
|
||||
./alumnihub.deb
|
||||
./alumnihub/opt/alumnihub/Packages/*.nupkg
|
||||
6
.gitmodules
vendored
6
.gitmodules
vendored
@@ -1,6 +1,3 @@
|
||||
[submodule "alumnihub/opt/alumnihub-helpers"]
|
||||
path = alumnihub/opt/alumnihub-helpers
|
||||
url = https://git.kocoder.xyz/Diplomarbeit-Absolventenverein/Customer.git
|
||||
[submodule "oqtane.framework"]
|
||||
path = oqtane.framework
|
||||
url = https://git.kocoder.xyz/Diplomarbeit-Absolventenverein/oqtane.framework.git
|
||||
@@ -22,3 +19,6 @@
|
||||
[submodule "fixProps"]
|
||||
path = fixProps
|
||||
url = https://github.com/oqtane/oqtane.FixProps
|
||||
[submodule "alumnihub/opt/alumnihub-helpers"]
|
||||
path = alumnihub/opt/alumnihub-helpers
|
||||
url = https://git.kocoder.xyz/Diplomarbeit-Absolventenverein/Customer.git
|
||||
|
||||
@@ -3,6 +3,6 @@ adduser --system alumnihub
|
||||
|
||||
chown -R alumnihub:root /opt/alumnihub
|
||||
|
||||
if [ -e /opt/alumnihub/appsettings.json ]; then
|
||||
if [ ! -e /opt/alumnihub/appsettings.json ]; then
|
||||
cp /opt/alumnihub/appsettings.release.json /opt/alumnihub/appsettings.json
|
||||
fi
|
||||
|
||||
1
alumnihub/opt/alumnihub-helpers
Submodule
1
alumnihub/opt/alumnihub-helpers
Submodule
Submodule alumnihub/opt/alumnihub-helpers added at 957e587593
Reference in New Issue
Block a user