Created
August 19, 2011 08:02
-
-
Save tjl2/1156296 to your computer and use it in GitHub Desktop.
Engine Yard after_symlink deploy hook
This file contains 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
on_app_servers do | |
run("ln -nfs #{shared_path}/config/thinkingsphinx #{release_path}/config/thinkingsphinx") | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment