Skip to content

Commit

Permalink
exit after error
Browse files Browse the repository at this point in the history
  • Loading branch information
jphenow committed Oct 23, 2024
1 parent 8efd9b6 commit 47466bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deploy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@

if DEPLOY_ONLY
event :error, {type: :validation, message: "missing fly.toml" } if !HAS_FLY_CONFIG
exit 1
else
MANIFEST_PATH = "/tmp/manifest.json"

Expand Down

0 comments on commit 47466bb

Please sign in to comment.