<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -13,13 +13,13 @@ def link_nginx():
     sudo('ln -s /etc/nginx/sites-available/startthedark.com /etc/nginx/sites-enabled/startthedark.com')
     sudo('/etc/init.d/nginx reload')
 
-def deploy():
-    'Deploy startthedark.'
+def rebuild_prod_css():
     local('bash make_prod_css.sh')
-    set(fab_fail = 'ignore')
     local('git commit -a -m &quot;Rebuilt Prod CSS For Commit&quot;')
     local('git push origin master')
-    set(fab_fail = 'abort')
+
+def deploy():
+    'Deploy startthedark.'
     run('cd /var/www/startthedark.com/startthedark; git pull;')
     run('cd /var/www/startthedark.com/startthedark; /usr/bin/python manage.py syncdb')
     sudo('/etc/init.d/apache2 reload')</diff>
      <filename>fabfile.py</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>7bde2533d5cab32492ec0da4554e8e248e23c4c3</id>
    </parent>
  </parents>
  <author>
    <name>Eric Florenzano</name>
    <email>floguy@gmail.com</email>
  </author>
  <url>http://github.com/ericflo/startthedark/commit/04e8206a8610666c6027fc0f4be5e786e4bd5513</url>
  <id>04e8206a8610666c6027fc0f4be5e786e4bd5513</id>
  <committed-date>2008-09-10T01:01:20-07:00</committed-date>
  <authored-date>2008-09-10T01:01:20-07:00</authored-date>
  <message>Split out the css rebuilding into its own fab method.</message>
  <tree>2f7911ff4df63802d29736572823f7f1605b1b04</tree>
  <committer>
    <name>Eric Florenzano</name>
    <email>floguy@gmail.com</email>
  </committer>
</commit>
