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 a4f7833 commit 9e31892
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 @@ -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
Expand Down

0 comments on commit 9e31892

Please sign in to comment.