Sha256: a560aeb6ee8cfddbee35817eccea64d9d8552542a4e667fba81b724ddd560fde

Contents?: true

Size: 340 Bytes

Versions: 7

Compression:

Stored size: 340 Bytes

Contents

Capistrano::Configuration.instance(:must_exist).load do
  define_recipe :thinking_sphinx do
    after "deploy:update_code",       "deploy:symlink_configs"
    after "deploy:symlink_configs",   "thinking_sphinx:symlink"
    after "thinking_sphinx:symlink",  "sphinx:configure"
    after "deploy:update",            "sphinx:reindex"
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
factorylabs-fdlcap-0.2.0 lib/fdlcap/recipes/thinking_sphinx.rb
factorylabs-fdlcap-0.2.1 lib/fdlcap/recipes/thinking_sphinx.rb
factorylabs-fdlcap-0.2.2 lib/fdlcap/recipes/thinking_sphinx.rb
factorylabs-fdlcap-0.2.3 lib/fdlcap/recipes/thinking_sphinx.rb
factorylabs-fdlcap-0.2.4 lib/fdlcap/recipes/thinking_sphinx.rb
factorylabs-fdlcap-0.2.5 lib/fdlcap/recipes/thinking_sphinx.rb
factorylabs-fdlcap-0.2.6 lib/fdlcap/recipes/thinking_sphinx.rb