Skip to content

Commit a158b45

Browse files
committed
Added ciush
1 parent 13fb949 commit a158b45

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/cd_prod.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,12 @@ jobs:
2323
- name: Set up kubectl
2424
uses: azure/setup-kubectl@v1
2525
with:
26-
kubeconfig: ${{ secrets.KUBE_POSTGRES_CONFIG }}
26+
version: 'latest'
27+
28+
- name: Set KUBECONFIG environment variable
29+
run: echo "$KUBE_POSTGRES_CONFIG" > $HOME/.kube/config
30+
env:
31+
KUBE_POSTGRES_CONFIG: ${{ secrets.KUBE_POSTGRES_CONFIG }}
2732

2833
# Proxy the database (use kubectl port-forward or other mechanisms)
2934
- name: Proxy Database using Kubernetes

0 commit comments

Comments
 (0)