diff --git a/fly.toml b/fly.toml index 8ba63d9..7a361b4 100644 --- a/fly.toml +++ b/fly.toml @@ -1,9 +1,9 @@ -# fly.toml app configuration file generated for post-anything on 2024-01-29T19:11:30Z +# fly.toml app configuration file generated for blogging-website-sql on 2024-02-12T23:04:03Z # # See https://fly.io/docs/reference/configuration/ for information about how to use this file. # -app = 'post-anything' +app = 'blogging-website-sql' primary_region = 'lhr' [build] @@ -20,3 +20,7 @@ primary_region = 'lhr' cpu_kind = 'shared' cpus = 1 memory_mb = 1024 + +[mounts] + source="myapp_data" + destination="/data" \ No newline at end of file diff --git a/test/server.test.js b/test/server.test.js index 33df65a..fa61284 100644 --- a/test/server.test.js +++ b/test/server.test.js @@ -25,3 +25,5 @@ test("/post route respond to POST request", async () => { const body = await response.text(); assert.match(body, /there you go/); }); + +//test for github action cicd automation