Skip to content

Commit

Permalink
Removed the sync_public task.
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Bogan committed Mar 10, 2010
1 parent 4eddeda commit 4a149d3
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Capfile
Expand Up @@ -27,11 +27,7 @@ namespace :deploy do

task :symlink_shared do
run "ln -nfs #{shared_path}/conf/settings.yml #{deploy_to}/current/conf/settings.yml"
run "ln -nfs #{shared_path}/public/fonts/ #{deploy_to}/current/public/fonts"
end

task :sync_public do
exec "rsync -rv --progress --exclude '.DS_Store' public/images/ usesthis.com:/usr/local/www/usesthis.com/current/public/images/"
run "ln -nfs /usr/local/www/shared/fonts/ #{deploy_to}/current/public/fonts"
end
end

Expand Down

0 comments on commit 4a149d3

Please sign in to comment.