Chore: Fixed Runconfig, Releasing API Spec as well
Some checks failed
Quality Check / Validate OAS (push) Successful in 38s
Build Application / build (push) Successful in 1m5s
Build Application / release (push) Has been cancelled
Build Application / build-docker (push) Has been cancelled
Quality Check / Testing (push) Successful in 47s
Quality Check / Linting (push) Successful in 1m2s
Quality Check / Static Analysis (push) Successful in 57s

This commit is contained in:
Snoweuph 2025-02-02 09:52:48 +01:00
parent 7e23faca9b
commit a3429390fc
Signed by: snoweuph
GPG key ID: BEFC41DA223CEC55
2 changed files with 6 additions and 2 deletions

View file

@ -31,6 +31,11 @@ jobs:
with:
name: tower_defence_server.jar
path: build/libs/Tower-Defence-Server-${{ github.ref_name }}.jar
- name: Upload API Spec as Artifact
uses: "https://git.euph.dev/actions/upload-artifact@v3"
with:
name: api.yml
path: api/api.yml
- name: "Stop Gradle"
run: gradle --stop
@ -85,7 +90,6 @@ jobs:
release-dir: release
release-notes: |
# Tower Defence - Server ${{ github.ref_name }}
Read the [Documentation](https://git.euph.dev/TowerDefence/Dokumentation/wiki/Server/Config) to see how to setup the server.

View file

@ -4,7 +4,7 @@
<option name="SPRING_BOOT_MAIN_CLASS" value="de.towerdefence.server.ServerApplication" />
<method v="2">
<option name="Make" enabled="true" />
<option name="RunConfigurationTask" enabled="false" run_configuration_name="Postgres" run_configuration_type="docker-deploy" />
<option name="RunConfigurationTask" enabled="true" run_configuration_name="Docker" run_configuration_type="docker-deploy" />
</method>
</configuration>
</component>