Skip to content

Commit

Permalink
remove redundant processes
Browse files Browse the repository at this point in the history
  • Loading branch information
chen-tf committed Mar 4, 2024
1 parent c6b5726 commit d778396
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion fly-app-beta.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ app = "price-tracker-beta"
kill_signal = "SIGINT"
primary_region = "ams"
kill_timeout = 5
processes = []

[build]
builder = "paketobuildpacks/builder:base"
Expand Down
1 change: 0 additions & 1 deletion fly-app-prod.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ app = "price-tracker"
kill_signal = "SIGINT"
primary_region = "ams"
kill_timeout = 5
processes = []

[build]
builder = "paketobuildpacks/builder:base"
Expand Down

0 comments on commit d778396

Please sign in to comment.