Skip to content

Commit 75d56f1

Browse files
committed
feat: make makefile more generic
1 parent 459ea2a commit 75d56f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ prod-shell-db:
138138
# Port-forward the production database to your local port 5433 (as to not
139139
# collide with your local PostgreSQL server).
140140
proxy-prod-db:
141-
kubectl -n beancount port-forward service/db-postgresql 5433:5432
141+
kubectl -n $(PROJECT_NAME) port-forward service/db-postgresql 5433:5432
142142

143143
proxy-stripe-webhook:
144144
stripe listen --forward-to localhost:8000/stripe-webhook

0 commit comments

Comments
 (0)