Skip to content

Commit

Permalink
deploy: checking-5 ci-cd
Browse files Browse the repository at this point in the history
  • Loading branch information
BAHIRABDULLA committed Jan 10, 2025
1 parent e628de3 commit 09cb0be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:

- name: Set up GKE context
run: |
echo ${{ secrets.GKE_KUBECONFIG }} | base64 -d > kubeconfig.yaml
echo "${{ secrets.GKE_KUBECONFIG }}" | base64 -d > kubeconfig.yaml
export KUBECONFIG=kubeconfig.yaml
- name: Verify Kubernetes context
Expand Down

0 comments on commit 09cb0be

Please sign in to comment.