From 70e845c85693a0968ef1d47eb1018cb4fa10ac9f Mon Sep 17 00:00:00 2001 From: Adam Cohen Hillel Date: Mon, 21 Apr 2025 00:40:08 +0100 Subject: [PATCH] fix files --- backend/fly.production.toml | 11 +++++------ backend/fly.staging.toml | 9 ++++----- 2 files changed, 9 insertions(+), 11 deletions(-) diff --git a/backend/fly.production.toml b/backend/fly.production.toml index 34eaabab..08e4e9b1 100644 --- a/backend/fly.production.toml +++ b/backend/fly.production.toml @@ -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 \ No newline at end of file + cpus = 1 diff --git a/backend/fly.staging.toml b/backend/fly.staging.toml index 354bd19a..27cedcc5 100644 --- a/backend/fly.staging.toml +++ b/backend/fly.staging.toml @@ -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 \ No newline at end of file + cpus = 1