Skip to content

Commit

Permalink
fix: deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
xgui3783 committed Jul 1, 2024
1 parent 4f136ca commit 9317206
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-helm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: 'Deploy'
run: |
kubecfg_path=${{ runner.temp }}/.kube_config
version=$(echo api/VERSION)
version=$(cat api/VERSION)
echo "${{ secrets.KUBECONFIG }}" > $kubecfg_path
helm --kubeconfig=$kubecfg_path status ${{ inputs.DEPLOYMENT_NAME }}
Expand Down

0 comments on commit 9317206

Please sign in to comment.