1
0
Fork 0
mirror of https://github.com/capistrano/capistrano synced 2023-03-27 23:21:18 -04:00
capistrano/spec
seenmyfate bef71c4e68 Implement ROLE filter
Target roles by including an env variable:

    ROLES=app,web cap production deploy

Or by setting `filter` or `select` variables:

    set :filter, roles: %w{app db}

Both variables will be applied if both are defined

Closes #446, depends on https://github.com/leehambley/sshkit/pull/29
2013-08-30 09:22:03 +01:00
..
integration Remote file task 2013-08-16 17:01:50 +01:00
lib Implement ROLE filter 2013-08-30 09:22:03 +01:00
support Remote file task 2013-08-16 17:01:50 +01:00
integration_spec_helper.rb Add integration tests for deploy task 2013-06-16 13:08:15 +01:00
spec_helper.rb Add integration tests for deploy task 2013-06-16 13:08:15 +01:00