File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff 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
6261deploy : 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
136130check-auth :
You can’t perform that action at this time.
0 commit comments