Skip to content

Commit

Permalink
Use canary deployment strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
davidalejandroaguilar committed Dec 3, 2024
1 parent e04294c commit f358a26
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 = "bluegreen"
strategy = "canary"

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

0 comments on commit f358a26

Please sign in to comment.