From 859c2dbc2d5e9d71c2be12f5a4003e479922bdcf Mon Sep 17 00:00:00 2001 From: lyj <2457395722@qq.com> Date: Mon, 23 May 2022 14:14:20 +0800 Subject: [PATCH] update --- .gitignore | 3 ++- fly.toml | 10 +++++----- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 9f3d3ae..4754573 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -/litestream.yml \ No newline at end of file +/litestream.yml +config.yaml diff --git a/fly.toml b/fly.toml index 0d30fea..d399d17 100644 --- a/fly.toml +++ b/fly.toml @@ -1,20 +1,20 @@ -# fly.toml file generated for testnz on 2022-05-22T20:58:35+08:00 +# fly.toml file generated for nz on 2022-02-07T02:08:50+08:00 -app = "testnz" +app = "fakev-status" kill_signal = "SIGINT" kill_timeout = 5 processes = [] [env] -[mounts] -source="nztest_data" -destination="/dashboard/data" [experimental] allowed_public_ports = [] auto_rollback = true +[mounts] + destination = "/dashboard/data" + source = "nz_data" [[services]] http_checks = []