Skip to content

Commit

Permalink
Fix Fly config
Browse files Browse the repository at this point in the history
Mixing up the `http_service` and `services` caused the app not to start.

Refs 6e0161d, https://fly.io/docs/reference/configuration/#the-services-sections
  • Loading branch information
thewilkybarkid committed Jun 21, 2024
1 parent 6e0161d commit 9ab4d0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fly.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ processes = ['app']
[[vm]]
size = 'shared-cpu-1x'

[[services.http_checks]]
[[http_service.checks]]
grace_period = "2s"
interval = "5s"
method = "get"
Expand Down

0 comments on commit 9ab4d0f

Please sign in to comment.