Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
lyj0309 committed May 23, 2022
1 parent 9b61500 commit 859c2db
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
/litestream.yml
/litestream.yml
config.yaml
10 changes: 5 additions & 5 deletions fly.toml
Original file line number Diff line number Diff line change
@@ -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 = []
Expand Down

0 comments on commit 859c2db

Please sign in to comment.