From 594cd36817befb486ae208f36386e408055ba9aa Mon Sep 17 00:00:00 2001 From: CodingForEntrepreneurs Date: Wed, 10 Jan 2024 11:09:56 -0700 Subject: [PATCH] 25 - Verify Postgres with our K8s Deployment --- src/project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/project.toml b/src/project.toml index 4f3f005..a2ab597 100644 --- a/src/project.toml +++ b/src/project.toml @@ -8,4 +8,4 @@ value = "3.11.7" [[build.env]] name = "GOOGLE_ENTRYPOINT" -value = "gunicorn cfehome.wsgi:application --bind \"0.0.0.0:$PORT\"" \ No newline at end of file +value = "python manage.py migrate --no-input && gunicorn cfehome.wsgi:application --bind \"0.0.0.0:$PORT\"" \ No newline at end of file