Update the rake task for building pages to reflect the new build rake task.

This commit is contained in:
Nathan Weizenbaum 2009-06-20 00:41:17 -07:00
parent 1a879c909e
commit 03798d6b43
1 changed files with 1 additions and 1 deletions

View File

@ -157,7 +157,7 @@ task :pages do
sh %{git checkout #{proj}-pages}
sh %{git reset --hard origin/#{proj}-pages}
sh %{staticmatic build .}
sh %{rake build}
sh %{rsync -av --delete site/ /var/www/#{proj}-pages}
end