Pacicap commited on
Commit
ceca583
·
1 Parent(s): 19a0fe5

fix filename render.yaml

Browse files
Files changed (1) hide show
  1. render.ymal → render.yaml +1 -1
render.ymal → render.yaml RENAMED
@@ -2,7 +2,7 @@ services:
2
  - type: web
3
  name: fastapi-backend
4
  env: python
 
5
  buildCommand: ""
6
  startCommand: uvicorn main:app --host 0.0.0.0 --port 10000
7
- plan: free
8
  autoDeploy: true
 
2
  - type: web
3
  name: fastapi-backend
4
  env: python
5
+ plan: free
6
  buildCommand: ""
7
  startCommand: uvicorn main:app --host 0.0.0.0 --port 10000
 
8
  autoDeploy: true