]>
git.immae.eu Git - github/wallabag/wallabag.git/blob - config/deploy/production.rb
2 # ======================
3 # Defines a single server with a list of roles and multiple properties.
4 # You can define all roles on a single server, or split them:
6 # server 'example.com', user: 'deploy', roles: %w{app db web}, my_property: :my_value
7 # server 'example.com', user: 'deploy', roles: %w{app web}, other_property: :other_value
8 # server 'db.example.com', user: 'deploy', roles: %w{db}
15 # Defines a role with one or multiple servers. The primary server in each
16 # group is considered to be the first unless any hosts have the primary
17 # property set. Specify the username and a domain or IP for the server.
18 # Don't use `:all`, it's a meta role.
20 # role :app, %w{deploy@example.com}, my_property: :my_value
21 # role :web, %w{user1@primary.com user2@additional.com}, other_property: :other_value
22 # role :db, %w{deploy@example.com}
28 # You can set any configuration variable like in config/deploy.rb
29 # These variables are then only loaded and set in this stage.
30 # For available Capistrano configuration variables see the documentation page.
31 # http://capistranorb.com/documentation/getting-started/configuration/
32 # Feel free to add new variables to customise your setup.
38 # You may pass any option but keep in mind that net/ssh understands a
39 # limited set of options, consult the Net::SSH documentation.
40 # http://net-ssh.github.io/net-ssh/classes/Net/SSH.html#method-c-start
45 # keys: %w(/home/rlisowski/.ssh/id_rsa),
46 # forward_agent: false,
47 # auth_methods: %w(password)
50 # The server-based syntax can be used to override options:
51 # ------------------------------------
52 # server 'example.com',
56 # user: 'user_name', # overrides user setting above
57 # keys: %w(/home/user_name/.ssh/id_rsa),
58 # forward_agent: false,
59 # auth_methods: %w(publickey password)
60 # # password: 'please use keys'