Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions fly.toml
Original file line number Diff line number Diff line change
@@ -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]
Expand All @@ -20,3 +20,7 @@ primary_region = 'lhr'
cpu_kind = 'shared'
cpus = 1
memory_mb = 1024

[mounts]
source="myapp_data"
destination="/data"
2 changes: 2 additions & 0 deletions test/server.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -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