Skip to content
Snippets Groups Projects
Commit 3381c0ca authored by Xiao Gui's avatar Xiao Gui
Browse files

fix helm config

parent 9b95c2af
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v3
- name: 'Deploy'
run: |
export KUBECONFIG="${{ secrets.KUBECONFIG }}"
echo "${{ secrets.KUBECONFIG }}" > $HOME/.kube/config
helm status ${{ inputs.IMAGE_TAG }}
helm_status=$(echo $?)
......@@ -30,3 +30,5 @@ jobs:
echo "tag ${{ inputs.IMAGE_TAG }} found. Update"
echo helm upgrade ${{ inputs.IMAGE_TAG }} .helm/siibra-explorer/
fi
rm $HOME/.kube/config
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment