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 13fb949 commit a158b45
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/cd_prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,12 @@ jobs:
- name: Set up kubectl
uses: azure/setup-kubectl@v1
with:
kubeconfig: ${{ secrets.KUBE_POSTGRES_CONFIG }}
version: 'latest'

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

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

0 comments on commit a158b45

Please sign in to comment.