Skip to content

Commit c8eeda2

Browse files
committed
fix fly config
1 parent aaf7dba commit c8eeda2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fly.toml

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

1919
[[vm]]
2020
memory = '1gb'
2121
cpu_kind = 'shared'
22-
cpus = 1
22+
cpus = 2
2323
memory_mb = 1024

0 commit comments

Comments
 (0)