Skip to content

Commit

Permalink
Update render.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ursmaheshj authored May 2, 2023
1 parent 7f33028 commit 4c3b5be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion render.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ services:
name: mysite
env: python
buildCommand: "./build.sh"
startCommand: "gunicorn mysite.wsgi:application"
startCommand: "gunicorn Student_Management.wsgi.application"
envVars:
- key: DATABASE_URL
fromDatabase:
Expand Down

0 comments on commit 4c3b5be

Please sign in to comment.