| ... | ... |
@@ -25,6 +25,11 @@ def ok_failed(condition) |
| 25 | 25 |
end |
| 26 | 26 |
end |
| 27 | 27 |
|
| 28 |
+## if you're deploying with github, change the default deploy to deploy_github |
|
| 29 |
+desc "default deploy task" |
|
| 30 |
+task :deploy => :deploy_rsync do |
|
| 31 |
+end |
|
| 32 |
+ |
|
| 28 | 33 |
desc "generate website in output directory" |
| 29 | 34 |
task :default => [:generate_site, :generate_style] do |
| 30 | 35 |
puts ">>> Site Generating Complete! <<<\n\n" |