X-Git-Url: https://git.njae.me.uk/?a=blobdiff_plain;f=config%2Fdeploy%2Fproduction.rb;h=97ad782ff1a4fd185994f95a7e04f712506ef955;hb=26980e31177ce8915054c8661e0d084852723645;hp=9632098a9ea0539f0e255bb6e9d1685de03e031e;hpb=ebaab1af609a66c460ae9c3a84aaaceca5cc06af;p=feedcatcher.git diff --git a/config/deploy/production.rb b/config/deploy/production.rb index 9632098..97ad782 100644 --- a/config/deploy/production.rb +++ b/config/deploy/production.rb @@ -5,9 +5,9 @@ set :stage, :production # Supports bulk-adding hosts to roles, the primary # server in each group is considered to be the first # unless any hosts have the primary property set. -role :app, %w{deploy@example.com} -role :web, %w{deploy@example.com} -role :db, %w{deploy@example.com} +role :app, %w{deploy@feedcatcher.njae.me.uk} +role :web, %w{deploy@feedcatcher.njae.me.uk} +role :db, %w{deploy@feedcatcher.njae.me.uk} # Extended Server Syntax # ====================== @@ -15,7 +15,7 @@ role :db, %w{deploy@example.com} # definition into the server list. The second argument # something that quacks like a hash can be used to set # extended properties on the server. -server 'example.com', user: 'deploy', roles: %w{web app}, my_property: :my_value +# server 'example.com', user: 'deploy', roles: %w{web app}, my_property: :my_value # you can set custom ssh options # it's possible to pass any option but you need to keep in mind that net/ssh understand limited list of options