mirror of
https://github.com/Cronocide/fitbit-web-ui-app.git
synced 2025-01-22 11:29:03 +00:00
Removed extra files
This commit is contained in:
parent
9ca93b5bb2
commit
4f35fb1bdd
Binary file not shown.
Before Width: | Height: | Size: 867 KiB |
Binary file not shown.
13
render.yaml
13
render.yaml
@ -1,13 +0,0 @@
|
||||
services:
|
||||
# See https://render.com/docs/blueprint-spec for more info on render blueprints
|
||||
- type: web
|
||||
name: fitbit_api_web_ui
|
||||
env: python
|
||||
plan: free
|
||||
# A requirements.txt file must exist
|
||||
buildCommand: pip install -r requirements.txt
|
||||
# A src/app.py file must exist and contain `server=app.server`
|
||||
startCommand: gunicorn --chdir src app:server
|
||||
envVars:
|
||||
- key: PYTHON_VERSION
|
||||
value: 3.10.0
|
Loading…
Reference in New Issue
Block a user