Skip to content

Commit

Permalink
add cicd workflow using GKE
Browse files Browse the repository at this point in the history
Signed-off-by: bendaamerahm <[email protected]>
  • Loading branch information
bendaamerahmed committed Jul 7, 2023
1 parent 5a8a514 commit 4c6d759
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
- name: Configure Kubectl
run: |
echo "${{ secrets.KUBECONFIG }}" | base64 --decode | yq e '.' - > kubeconfig.yml
echo "${{ secrets.KUBECONFIG }}" | yq e '.' - > kubeconfig.yml
kubectl config view --kubeconfig=kubeconfig.yml
gcloud auth activate-service-account --key-file=kubeconfig.yml
gcloud config set container/use_application_default_credentials true
Expand Down

0 comments on commit 4c6d759

Please sign in to comment.