Skip to content

Commit

Permalink
chore: remove indentation in Fly configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
BastiDood committed Aug 3, 2024
1 parent ab5fe53 commit f824b9f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions fly.app.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ app = 'drap-app'
primary_region = 'sin'

[build]
build-target = 'app'
build-target = 'app'

[http_service]
internal_port = 3000
force_https = true
auto_stop_machines = 'stop'
auto_start_machines = true
min_machines_running = 0
processes = ['app']
internal_port = 3000
force_https = true
auto_stop_machines = 'stop'
auto_start_machines = true
min_machines_running = 0
processes = ['app']

[[vm]]
size = 'shared-cpu-1x'
size = 'shared-cpu-1x'
4 changes: 2 additions & 2 deletions fly.email.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ app = 'drap-email'
primary_region = 'sin'

[build]
build-target = 'email'
build-target = 'email'

[[vm]]
size = 'shared-cpu-1x'
size = 'shared-cpu-1x'

0 comments on commit f824b9f

Please sign in to comment.