From 9e31892becc1b7757e6a864e8f4a09ce3b914bde Mon Sep 17 00:00:00 2001 From: hkirat Date: Fri, 29 Nov 2024 03:33:30 +0530 Subject: [PATCH] Added ciush --- .github/workflows/cd_prod.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cd_prod.yml b/.github/workflows/cd_prod.yml index d4778569..c6fc8d47 100644 --- a/.github/workflows/cd_prod.yml +++ b/.github/workflows/cd_prod.yml @@ -33,7 +33,7 @@ jobs: # Proxy the database (use kubectl port-forward or other mechanisms) - name: Proxy Database using Kubernetes run: | - kubectl port-forward svc/postgres 5432:5432 -n postgres + kubectl port-forward svc/postgres 5432:5432 -n postgres & sleep 5 - name: Build and push