From e2e0da2d8a08bc7bcb1e91ccc7c374570c612dff Mon Sep 17 00:00:00 2001 From: Adam Stacoviak Date: Tue, 8 Dec 2009 16:38:04 -0600 Subject: [PATCH] Shortened a description for a Rake task --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index 06df6e8..e9e00df 100644 --- a/Rakefile +++ b/Rakefile @@ -12,7 +12,7 @@ task :build => 'styles:clear' do system "staticmatic build ." end -desc "Clears the styles, generates new styles, builds the site, and finally deploys the site" +desc "Clears and generates new styles, builds and deploys" task :deploy => :build do puts "*** Deploying the site ***" system("rsync -avz --delete site/ #{ssh_user}:#{remote_root}")