1
0
Fork 0
mirror of https://github.com/capistrano/capistrano synced 2023-03-27 23:21:18 -04:00
capistrano/spec/lib
seenmyfate d400b5db68 Support filtering of roles
# config/deploy/stage.rb
    server 'example1.com', roles: %w{web app db}, active: :true
    server 'example2.com', roles: %w{web app db}

    on :app, filter: { active: true } do
      # do things on just example1.com
    end
2013-05-31 17:35:25 +01:00
..
capistrano Support filtering of roles 2013-05-31 17:35:25 +01:00
capistrano_spec.rb installation - running cap install capifies app 2013-02-01 14:51:50 +00:00