Merge branch 'pipe-test' of ssh://git.modus.toldi.eu:2222/Bazsalanszky/zsazsbazs2024 into pipe-test
Signed-off-by: Balazs Toldi <balazs@toldi.eu>
This commit is contained in:
commit
4e9b7dc270
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue