This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Your other configuration i.e. github repo, branch, deploy_to etc | |
......... | |
namespace :deploy do | |
# Your other configuration i.e. start/stop puma/passanger/any other application server | |
...... | |
before :updated, :setup_solr_data_dir do | |
invoke 'solr:symlink' | |
end |