Skip to content

Commit a4f7833

Browse files
committed
Added ciush
1 parent a158b45 commit a4f7833

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cd_prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
version: 'latest'
2727

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

0 commit comments

Comments
 (0)