Skip to content

Commit

Permalink
25 - Verify Postgres with our K8s Deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
codingforentrepreneurs committed Jan 10, 2024
1 parent a671393 commit 594cd36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ value = "3.11.7"

[[build.env]]
name = "GOOGLE_ENTRYPOINT"
value = "gunicorn cfehome.wsgi:application --bind \"0.0.0.0:$PORT\""
value = "python manage.py migrate --no-input && gunicorn cfehome.wsgi:application --bind \"0.0.0.0:$PORT\""

0 comments on commit 594cd36

Please sign in to comment.