Skip to content

Commit

Permalink
fix: remove release_command, now that entrypoint handles it
Browse files Browse the repository at this point in the history
  • Loading branch information
dahal committed May 18, 2024
1 parent d6287c6 commit 59c3e3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fly.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ cpus = 1

[deploy]
strategy = "canary"
release_command = "sh ./scripts/migrate.sh"
# release_command = "sh ./scripts/migrate.sh"

[env]
NODE_ENV = "production"

0 comments on commit 59c3e3e

Please sign in to comment.