Skip to content

Commit 58c8fa0

Browse files
committed
fix(web): stop rather than suspend machines in deployment
1 parent 05db28b commit 58c8fa0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

fly.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ TRUST_PROXY = "true"
1212
[http_service]
1313
internal_port = 8080
1414
force_https = true
15-
auto_stop_machines = "suspend"
15+
auto_stop_machines = "stop"
1616
auto_start_machines = true
1717
min_machines_running = 0
1818
processes = ["app"]

0 commit comments

Comments
 (0)