noahsettersten commited on
Commit
e64a813
1 Parent(s): 3a05661

chore: Re-enable DB migrations on deploy

Browse files
Files changed (1) hide show
  1. fly.toml +2 -2
fly.toml CHANGED
@@ -15,8 +15,8 @@ kill_signal = "SIGTERM"
15
 
16
  [build]
17
 
18
- # [deploy]
19
- # release_command = "/app/bin/migrate"
20
 
21
  [[mounts]]
22
  source = "data"
 
15
 
16
  [build]
17
 
18
+ [deploy]
19
+ release_command = "/app/bin/migrate"
20
 
21
  [[mounts]]
22
  source = "data"