Merge branch 'pipe-test' of ssh://git.modus.toldi.eu:2222/Bazsalanszky/zsazsbazs2024 into pipe-test
Some checks failed
Pack and Release / packwizInstall (push) Successful in 33s
Pack and Release / deploy (push) Failing after 14s

Signed-off-by: Balazs Toldi <balazs@toldi.eu>
This commit is contained in:
Balazs Toldi 2024-12-04 07:54:43 +01:00
commit 4e9b7dc270

View file

@ -52,4 +52,4 @@ jobs:
helm repo add minecraft-server-charts https://itzg.github.io/minecraft-server-charts/
helm repo update
helm get values -n ${{env.NAMESPACE}} ${{env.HELM_RELEASE_NAME}} > values.yaml|| echo "No values found"
helm upgrade ${{env.HELM_RELEASE_NAME}} minecraft-server-charts/minecraft -n ${{env.NAMESPACE}} -f values.yaml --set minecraftServer.downloadModpackUrl=https://git.modus.toldi.eu/${{github.repository}}/actions/runs/${{github.run_id}}/artifacts/mods
helm upgrade ${{env.HELM_RELEASE_NAME}} minecraft-server-charts/minecraft -n ${{env.NAMESPACE}} -f values.yaml --set minecraftServer.downloadModpackUrl=https://git.modus.toldi.eu/${{github.repository}}/actions/runs/${{github.run_id}}/artifacts/mods