Skip to content

Commit

Permalink
whatever
Browse files Browse the repository at this point in the history
  • Loading branch information
faucomte97 committed Oct 29, 2024
1 parent b5dff60 commit c94e0b7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/actions/deploy_gcloud/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,9 @@ runs:
# Check PSQL status
sudo systemctl status postgresql
# Check PSQL port
sudo netstat -nl | grep postgres
# Start Cloud SQL Proxy and migrate
/tmp/cloud_sql_proxy -dir=/cloudsql &
Expand Down
1 change: 0 additions & 1 deletion django_site/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,6 @@
"NAME": os.getenv("PSQL_DATABASE_NAME"),
"USER": "postgres",
"PASSWORD": os.getenv("PSQL_DATABASE_PASSWORD"),
"SSLMODE": "require",
"ATOMIC_REQUESTS": True,
}
}
Expand Down

0 comments on commit c94e0b7

Please sign in to comment.