Skip to content

Commit

Permalink
Add back build section (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
smyrick committed May 26, 2023
1 parent 4fa9d4e commit 7b1ae7b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions fly.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ primary_region = "sea"
kill_signal = "SIGINT"
kill_timeout = "5s"

[build]
builder = "paketobuildpacks/builder:base"
buildpacks = ["gcr.io/paketo-buildpacks/nodejs"]

[experimental]
auto_rollback = true

Expand Down

0 comments on commit 7b1ae7b

Please sign in to comment.