Try to fix fly deploys :(

This commit is contained in:
Jessica Canady 2024-08-25 15:56:38 -04:00
parent bc483e6fde
commit a3459135ba
Signed by: phoenix
SSH key fingerprint: SHA256:aaLOzOrLi+0n4eDZNQKH97PehwRt6KSE5fYJc+ZRKCQ

View file

@ -10,26 +10,30 @@ kill_signal = 'SIGTERM'
[build]
[deploy]
release_command = '/app/bin/migrate'
release_command = '/app/bin/migrate'
[env]
PHX_HOST = 'jol.fly.dev'
PORT = '8080'
PHX_HOST = 'jol.fly.dev'
PORT = '8080'
[http_service]
internal_port = 8080
force_https = true
auto_stop_machines = true
auto_start_machines = true
min_machines_running = 0
processes = ['app']
internal_port = 8080
force_https = true
auto_stop_machines = true
auto_start_machines = true
min_machines_running = 0
processes = ['app']
[http_service.concurrency]
type = 'connections'
hard_limit = 1000
soft_limit = 1000
[[http_service.checks]]
timeout = "30s"
grace_period = "5s"
[http_service.concurrency]
type = 'connections'
hard_limit = 1000
soft_limit = 1000
[[vm]]
memory = '1gb'
cpu_kind = 'shared'
cpus = 1
memory = '1gb'
cpu_kind = 'shared'
cpus = 1