fix files

This commit is contained in:
Adam Cohen Hillel 2025-04-21 00:40:08 +01:00
parent e9985b8094
commit 70e845c856
2 changed files with 9 additions and 11 deletions

View File

@ -1,11 +1,10 @@
# fly.toml app configuration file generated for backend-sparkling-sea-8773 on 2025-04-18T12:56:23+01:00
# fly.toml app configuration file generated for backend-production-ogog on 2025-04-21T00:36:09+01:00
#
# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
#
# Production app configuration
app = 'backend-PRODUCTION'
primary_region = 'cdg'
app = 'backend-production-ogog'
primary_region = 'bos'
[build]
dockerfile = 'docker/Dockerfile'
@ -15,10 +14,10 @@ primary_region = 'cdg'
force_https = true
auto_stop_machines = 'stop'
auto_start_machines = true
min_machines_running = 1 # Keep at least 1 machine running for production
min_machines_running = 1
processes = ['app']
[[vm]]
memory = '1gb'
cpu_kind = 'shared'
cpus = 1
cpus = 1

View File

@ -1,10 +1,9 @@
# fly.toml app configuration file generated for backend-sparkling-sea-8773 on 2025-04-18T12:56:23+01:00
# fly.toml app configuration file generated for backend-staging-icy-mountain-363 on 2025-04-21T00:32:15+01:00
#
# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
#
# Production app configuration
app = 'backend-STAGING'
app = 'backend-staging-icy-mountain-363'
primary_region = 'cdg'
[build]
@ -15,10 +14,10 @@ primary_region = 'cdg'
force_https = true
auto_stop_machines = 'stop'
auto_start_machines = true
min_machines_running = 1 # Keep at least 1 machine running for production
min_machines_running = 1
processes = ['app']
[[vm]]
memory = '1gb'
cpu_kind = 'shared'
cpus = 1
cpus = 1