Skip to content

Commit e8b5219

Browse files
committed
fix fly config
1 parent aaf7dba commit e8b5219

File tree

2 files changed

+7
-19
lines changed

2 files changed

+7
-19
lines changed

.github/workflows/deploy.yml

Lines changed: 0 additions & 17 deletions
This file was deleted.

fly.toml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,15 @@ primary_region = 'syd'
1414
auto_stop_machines = 'stop'
1515
auto_start_machines = true
1616
min_machines_running = 0
17-
processes = ['app']
1817

1918
[[vm]]
2019
memory = '1gb'
2120
cpu_kind = 'shared'
22-
cpus = 1
21+
cpus = 2
2322
memory_mb = 1024
23+
24+
[[services]]
25+
internal_port = 51773
26+
protocol = "http"
27+
[[services.ports]]
28+
port = 51773

0 commit comments

Comments
 (0)