Skip to content

Commit 5100e4c

Browse files
fix: clean up Makefile by removing redundant comments and hardcoded values
1 parent 3d4f270 commit 5100e4c

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Makefile

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ azd-login: ## 🔑 Login to Azure with azd and a SPN
5757
@echo -e "\e[34m$@\e[0m" || true
5858
@azd auth login --client-id ${AZURE_CLIENT_ID} --client-secret ${AZURE_CLIENT_SECRET} --tenant-id ${AZURE_TENANT_ID}
5959

60-
# Fixed Makefile section for deploy target
6160
# Fixed Makefile section for deploy target
6261
deploy: azd-login ## Deploy everything to Azure
6362
@echo -e "\e[34m$@\e[0m" || true
@@ -122,15 +121,10 @@ deploy: azd-login ## Deploy everything to Azure
122121
echo "$$PG_HOST_VAL" > pg_host.txt
123122

124123

125-
126-
127-
128124
@echo "=== PostgreSQL Configuration ==="
129-
@echo "Username: admintest (hardcoded)"
130125
@echo "Database: postgres (hardcoded)"
131126
@echo "Port: 5432 (hardcoded)"
132127
@echo "Host: $$(cat pg_host.txt 2>/dev/null || echo 'Not available')"
133-
@echo "Password: Initial_0524 (hardcoded)"
134128

135129
# Helper target to check current authentication status
136130
check-auth:

0 commit comments

Comments
 (0)