<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>content/blog/vision-and-crm.txt</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -24,6 +24,7 @@ namespace :deploy do
   desc &quot;Deploy the MFer&quot;
   task :default do
     update
+    rebuild
     restart
   end
 
@@ -47,6 +48,11 @@ namespace :deploy do
     finalize_update
   end
 
+  desc &quot;Rebuild website.&quot;
+  task :rebuild, :except =&gt; { :no_release =&gt; true } do
+    run &quot;export RACK_ENV=production; cd #{current_path}; /usr/lib/ruby/gems/1.8/bin/webby rebuild&quot;
+  end
+
   namespace :rollback do
     desc &quot;Moves the repo back to the previous version of HEAD&quot;
     task :repo, :except =&gt; { :no_release =&gt; true } do</diff>
      <filename>config/deploy.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>bf195ba553ea5696e85c839dd52391a03ec046cc</id>
    </parent>
  </parents>
  <author>
    <name>tpitale</name>
    <email>tpitale@gmail.com</email>
  </author>
  <url>http://github.com/tpitale/vznweb/commit/1a9811e369db749ecdd2e5a80f25fccc4ca9e0fb</url>
  <id>1a9811e369db749ecdd2e5a80f25fccc4ca9e0fb</id>
  <committed-date>2009-09-29T20:47:01-07:00</committed-date>
  <authored-date>2009-09-29T20:47:01-07:00</authored-date>
  <message>added rebuild task and a new blog post</message>
  <tree>4938a701d5c29bbeb87afe823b2b6059d140c19f</tree>
  <committer>
    <name>tpitale</name>
    <email>tpitale@gmail.com</email>
  </committer>
</commit>
