Skip to content

Commit

Permalink
Ditched the sync namespace and images task.
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Bogan committed Mar 10, 2010
1 parent 133e3d9 commit 73df76b
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,4 @@ namespace :db do
task :upgrade => :prepare do
DataMapper.auto_upgrade!
end
end

namespace :sync do
desc 'Syncs the images directory with the current site.'
task :images do
exec "rsync -rv --progress --exclude '.DS_Store' public/images/ usesthis.com:/usr/local/www/usesthis.com/current/public/images/"
end
end

0 comments on commit 73df76b

Please sign in to comment.