Skip to content

Commit

Permalink
feat: set swapfile size in fly.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelDeBoey committed May 2, 2024
1 parent 79af54a commit 2c2c83c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
3 changes: 2 additions & 1 deletion fly.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ app = "blues-stack-template"
kill_signal = "SIGINT"
kill_timeout = 5
processes = []
swap_size_mb = 512

[env]
PORT = "8080"
Expand All @@ -13,7 +14,7 @@ processes = []
path = "/metrics"

[deploy]
release_command = "bash ./scripts/migrate.sh"
release_command = "npx prisma migrate deploy"

[experimental]
allowed_public_ports = []
Expand Down
9 changes: 0 additions & 9 deletions scripts/migrate.sh

This file was deleted.

0 comments on commit 2c2c83c

Please sign in to comment.