Skip to content

Commit f358a26

Browse files
Use canary deployment strategy
1 parent e04294c commit f358a26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fly.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ console_command = '/rails/bin/rails console'
1010
[build]
1111

1212
[deploy]
13-
strategy = "bluegreen"
13+
strategy = "canary"
1414

1515
[env]
1616
DATABASE_URL = 'sqlite3:///data/production.sqlite3'

0 commit comments

Comments
 (0)