1
0
Fork 0
mirror of https://github.com/capistrano/capistrano synced 2023-03-27 23:21:18 -04:00
capistrano/spec/lib/capistrano
Rafał Lisowski e49733f3ef user can provide global ssh settings
for example in deploy.rb:

      {
         keys: %w(/home/user/.ssh/id_rsa),
         forward_agent: false,
         auth_methods: %w(publickey password)
      }
2013-07-11 17:38:55 +02:00
..
configuration user can provide global ssh settings 2013-07-11 17:38:55 +02:00
dsl Support filtering of roles 2013-05-31 17:35:25 +01:00
application_spec.rb Try and rename the app in the OptParser banner. 2013-06-14 16:47:42 +02:00
configuration_spec.rb allow setting of Configuration backend 2013-06-14 14:35:26 +01:00
dsl_spec.rb refactor linked file/directories dsl 2013-03-19 09:48:09 +00:00