Skip to content

Commit

Permalink
Added ciush
Browse files Browse the repository at this point in the history
  • Loading branch information
hkirat committed Nov 28, 2024
1 parent a158b45 commit a4f7833
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd_prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
version: 'latest'

- name: Set KUBECONFIG environment variable
run: echo "$KUBE_POSTGRES_CONFIG" > $HOME/.kube/config
run: mkdir $HOME/.kube && echo $KUBE_POSTGRES_CONFIG | base64 -d > $HOME/.kube/config
env:
KUBE_POSTGRES_CONFIG: ${{ secrets.KUBE_POSTGRES_CONFIG }}

Expand Down

0 comments on commit a4f7833

Please sign in to comment.