Created
September 1, 2010 20:37
-
-
Save powdahound/561320 to your computer and use it in GitHub Desktop.
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
deploy_branch "/tmp/txredis" do | |
repository "git://github.com/deldotdr/txRedis.git" | |
branch "master" | |
restart_command "python setup.py install" | |
purge_before_symlink Array.new | |
create_dirs_before_symlink Array.new | |
symlinks Hash.new | |
symlink_before_migrate Hash.new | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment