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
CONFIG = { | |
## -- Rsync Deploy config -- ## | |
# Be sure you have setup public / private key authentication | |
:ssh_host => "user@hostname", # The hostname can be an alias in ~/.ssh/config | |
:ssh_port => nil, # Default - use ~/.ssh/config | |
:document_root => "/var/www", # Remote document root | |
:rsync_delete => true, # Whether or not to delete remote files | |
:deploy_default => "rsync", # Not used | |
:restart_apache => nil, # Remote command to restart apache |