Skip to content

Commit b69948d

Browse files
authored
Merge pull request #180 from 0xAurelius/hotfix/remove-tco2-deployment
Remove unused tco2-dashboard deployment
2 parents 065e17f + 67c5788 commit b69948d

File tree

2 files changed

+1
-21
lines changed

2 files changed

+1
-21
lines changed

app-spec.yml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -30,26 +30,6 @@ envs:
3030
name: ${DIGITALOCEAN_APP_NAME}
3131
region: nyc
3232
services:
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

scripts/smoketest.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
FAILING=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

77
for ENTRY in ${ENTRIES[@]}; do
88
ITEMS=(`echo $ENTRY | tr ":" " "`)

0 commit comments

Comments
 (0)