Tweaked the Gemfile again
[feedcatcher.git] / config / deploy / production.rb
index 97ad782ff1a4fd185994f95a7e04f712506ef955..6d371965b772515fee06fe6e28906bf186369ad5 100644 (file)
@@ -7,7 +7,7 @@ set :stage, :production
 # unless any hosts have the primary property set.
 role :app, %w{deploy@feedcatcher.njae.me.uk}
 role :web, %w{deploy@feedcatcher.njae.me.uk}
-role :db,  %w{deploy@feedcatcher.njae.me.uk}
+role :db,  %w{deploy@feedcatcher.njae.me.uk}, primary: true
 
 # Extended Server Syntax
 # ======================