diff --git a/fly.staging.toml b/fly.staging.toml index c1fda1a..04d293c 100644 --- a/fly.staging.toml +++ b/fly.staging.toml @@ -1,8 +1,3 @@ -# fly.toml app configuration file generated for ssr-template on 2024-02-23T13:24:01+13:00 -# -# See https://fly.io/docs/reference/configuration/ for information about how to use this file. -# - app = 'wdcc-youth-of-orakei-staging' primary_region = 'syd' @@ -21,3 +16,7 @@ primary_region = 'syd' memory = '1gb' cpu_kind = 'shared' cpus = 1 + +[mounts] + source = "wdcc_orakei_staging_storage" + destination = "/data"