Sha256: dda4a563fb217d0150734db91992b4c84c25869289b3b17dcc90a1dc51abe836

Contents?: true

Size: 496 Bytes

Versions: 2

Compression:

Stored size: 496 Bytes

Contents

namespace :deploy do
  # compile and upload the assets
  after :updated, 'sumo:assets:put'

  # notify our bot about the deploy
  after :finished, 'sumo:notifications:deploy'
end

# Load the tasks
load File.expand_path('../../tasks/assets.rake', __FILE__)
load File.expand_path('../../tasks/db.rake', __FILE__)
load File.expand_path('../../tasks/files.rake', __FILE__)
load File.expand_path('../../tasks/notifications.rake', __FILE__)
load File.expand_path('../../tasks/redirect.rake', __FILE__)

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
capistrano-sumo-1.3.0 lib/capistrano/sumo/defaults.rb
capistrano-sumo-1.2.0 lib/capistrano/sumo/defaults.rb