Sha256: a5f0963924095bd36f8a6947e7a272f5cb83711d44d3553172230a9b87a5b63c
Contents?: true
Size: 172 Bytes
Versions: 1
Compression:
Stored size: 172 Bytes
Contents
namespace :deploy do task :migrate do on roles(:all) do within release_path do execute :cake, 'Migrations.migration run all' end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
capistrano-cake-0.0.4 | lib/capistrano/tasks/migrations.rake |