Sha256: c92ca308a45acb2c263f3b7467e15fa134893f4a185ee914307c27f8c4808399

Contents?: true

Size: 141 Bytes

Versions: 2

Compression:

Stored size: 141 Bytes

Contents

namespace :deploy do
  task :migrate do
    within release_path do
      invoke "cake:console", "Migrations.migration run"
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
capistrano-cake-0.0.2 lib/capistrano/tasks/migrations.rake
capistrano-cake-0.0.1 lib/capistrano/tasks/migrations.rake