Skip to content

Commit c94e0b7

Browse files
committed
whatever
1 parent b5dff60 commit c94e0b7

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Diff for: .github/actions/deploy_gcloud/action.yml

+3
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,9 @@ runs:
155155
156156
# Check PSQL status
157157
sudo systemctl status postgresql
158+
159+
# Check PSQL port
160+
sudo netstat -nl | grep postgres
158161
159162
# Start Cloud SQL Proxy and migrate
160163
/tmp/cloud_sql_proxy -dir=/cloudsql &

Diff for: django_site/settings.py

-1
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,6 @@
173173
"NAME": os.getenv("PSQL_DATABASE_NAME"),
174174
"USER": "postgres",
175175
"PASSWORD": os.getenv("PSQL_DATABASE_PASSWORD"),
176-
"SSLMODE": "require",
177176
"ATOMIC_REQUESTS": True,
178177
}
179178
}

0 commit comments

Comments
 (0)