aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorB Mathis <brandon@imathis.com>2009-11-25 08:34:32 -0600
committerB Mathis <brandon@imathis.com>2009-11-25 08:34:32 -0600
commitaf719fb4dd94444837e4cb114968af1ba9987b58 (patch)
tree0e91f2b96dff8312cf57406b4ef0ce5088e39e8b
parentb12b0370919e9153c2b1cccf119995b65de2b385 (diff)
downloadmy_new_personal_website-af719fb4dd94444837e4cb114968af1ba9987b58.tar.xz
my_new_personal_website-af719fb4dd94444837e4cb114968af1ba9987b58.zip
fixed default deploy task
-rw-r--r--Rakefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index 3078f1b5..15c82b08 100644
--- a/Rakefile
+++ b/Rakefile
@@ -25,6 +25,11 @@ def ok_failed(condition)
end
end
+## if you're deploying with github, change the default deploy to deploy_github
+desc "default deploy task"
+task :deploy => :deploy_rsync do
+end
+
desc "generate website in output directory"
task :default => [:generate_site, :generate_style] do
puts ">>> Site Generating Complete! <<<\n\n"