Skip to content

Commit 2846340

Browse files
update-deploy-file
1 parent da5fbb2 commit 2846340

1 file changed

Lines changed: 4 additions & 9 deletions

File tree

.do/app.yaml

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
name: task-manager-app-56
2+
name: task-manager-app-226
33

44
databases:
55
- engine: PG
@@ -22,8 +22,6 @@
2222
source_dir: /
2323
instance_count: 1
2424
instance_size_slug: basic-xxs
25-
http_port: 8080
26-
2725
git:
2826
repo_clone_url: https://github.com/digitalocean-labs/task-manager-app-autodev.git
2927
branch: main
@@ -37,10 +35,10 @@
3735
--worker-class eventlet \
3836
--workers 1 \
3937
--bind 0.0.0.0:$PORT \
40-
app_socketio:app
41-
38+
app_socketio:app
39+
http_port: 8080
4240
health_check:
43-
http_path: /health
41+
http_path: /api/health
4442

4543
envs:
4644
- key: FLASK_APP
@@ -49,9 +47,6 @@
4947
- key: FLASK_ENV
5048
value: production
5149

52-
- key: PORT
53-
value: "8080"
54-
5550
- key: DATABASE_URL
5651
scope: RUN_AND_BUILD_TIME
5752
value: ${db.DATABASE_URL}

0 commit comments

Comments
 (0)