File tree Expand file tree Collapse file tree 2 files changed +1
-21
lines changed Expand file tree Collapse file tree 2 files changed +1
-21
lines changed Original file line number Diff line number Diff line change 3030name : ${DIGITALOCEAN_APP_NAME}
3131region : nyc
3232services :
33- - environment_slug : python
34- image :
35- registry_type : DOCR
36- repository : dash-apps
37- tag : ${GITHUB_SHA}
38- health_check :
39- http_path : /
40- initial_delay_seconds : 60
41- timeout_seconds : 1200
42- period_seconds : 20
43- success_threshold : 1
44- failure_threshold : 20
45- http_port : 8050
46- routes :
47- - path : /
48- instance_count : 1
49- instance_size_slug : ${DIGITALOCEAN_SIZE_SLUG}
50- name : carbon-dashboard
51- run_command : gunicorn --worker-tmp-dir /dev/shm --timeout ${GUNICORN_TIMEOUT} src.apps.tco2_dashboard.app:server
52- source_dir : /
5333 - environment_slug : python
5434 image :
5535 registry_type : DOCR
Original file line number Diff line number Diff line change 22
33FAILING=0
44
5- ENTRIES=(src/apps/api/app.py:/api/v1 src/apps/tco2_dashboard/app.py:/ )
5+ ENTRIES=(src/apps/api/app.py:/api/v1)
66
77for ENTRY in ${ENTRIES[@]} ; do
88 ITEMS=(` echo $ENTRY | tr " :" " " ` )
You can’t perform that action at this time.
0 commit comments