Skip to content

Commit

Permalink
Try rolling deployment strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
davidalejandroaguilar committed Dec 3, 2024
1 parent f358a26 commit fde6de1
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 @@ -10,7 +10,7 @@ console_command = '/rails/bin/rails console'
[build]

[deploy]
strategy = "canary"
strategy = "rolling"

[env]
DATABASE_URL = 'sqlite3:///data/production.sqlite3'
Expand Down

0 comments on commit fde6de1

Please sign in to comment.