Skip to content

Commit 1223179

Browse files
committed
fix fly deploy
1 parent 489d715 commit 1223179

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fly.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ primary_region = 'fra'
1212
internal_port = 3030
1313
force_https = true
1414
auto_stop_machines = 'stop'
15-
auto_start_machines = false
15+
auto_start_machines = true
1616
min_machines_running = 1
1717
processes = ['app']
1818

0 commit comments

Comments
 (0)