From 810e3cd551655a1930d4c55d340867486f69f823 Mon Sep 17 00:00:00 2001 From: Jon Taylor Date: Thu, 6 Jun 2024 23:15:59 +0200 Subject: [PATCH] added fly.example.toml due to gitignore --- examples/dialin-chatbot/README.md | 2 ++ examples/dialin-chatbot/fly.example.toml | 0 2 files changed, 2 insertions(+) create mode 100644 examples/dialin-chatbot/fly.example.toml diff --git a/examples/dialin-chatbot/README.md b/examples/dialin-chatbot/README.md index fa5873a13..3af299e8b 100644 --- a/examples/dialin-chatbot/README.md +++ b/examples/dialin-chatbot/README.md @@ -62,6 +62,8 @@ A Dockerfile is included in this demo for convenience. Here is an example of how ### Launch the fly project +`mv fly.example.toml fly.toml` + `fly launch` (using the included fly.toml) ### Setup your secrets on Fly diff --git a/examples/dialin-chatbot/fly.example.toml b/examples/dialin-chatbot/fly.example.toml new file mode 100644 index 000000000..e69de29bb