diff --git a/.gitea/workflows/build-backend.yml b/.gitea/workflows/build-backend.yml index de7060c..d7c6e23 100644 --- a/.gitea/workflows/build-backend.yml +++ b/.gitea/workflows/build-backend.yml @@ -60,17 +60,18 @@ jobs: path: 'helms' - name: Update Helm version shell: bash - run: | - sed -i -e 's/9.9.9/${{ github.event.inputs.number }}/g' ./helms/${{ github.event.inputs.repo_path }}/Chart.yaml - echo 'Result Helm Chart:' - cat ${{ inputs.chart_directory }}/Chart.yaml - - name: Deploy run: | pwd ls -la ls -la ./helms ls -la ./helms/devspc ls -la ./helms/devspc/devspace-apiregistry-core-service + ls -la ./helms/${{ github.event.inputs.repo_path }} + sed -i -e 's/9.9.9/${{ github.event.inputs.number }}/g' ./helms/${{ github.event.inputs.repo_path }}/Chart.yaml + echo 'Result Helm Chart:' + cat ${{ inputs.chart_directory }}/Chart.yaml + - name: Deploy + run: | helm upgrade --install devspace-apiregistry-core ./helms/${{ github.event.inputs.repo_path }} \ --namespace devx \ --kubeconfig ./ku.yaml \