<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,2 +1,9 @@
 #!/usr/bin/env bash
-jekyll &amp;&amp; rsync -avz --delete _site/ jasonrudolph.com:jasonrudolph.com
+
+function tag_deployment {
+  CURRENT_TIMESTAMP=`date &quot;+%Y%m%d%H%M%S&quot;`
+  TAG_NAME=&quot;deployed_$CURRENT_TIMESTAMP&quot;
+  git tag -a -m &quot;Tagging deployment at $CURRENT_TIMESTAMP&quot; $TAG_NAME
+}
+
+jekyll &amp;&amp; rsync -avz --delete _site/ jasonrudolph.com:jasonrudolph.com &amp;&amp; tag_deployment</diff>
      <filename>tasks/deploy</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>fbd8c6b058f6ec756e74fd1a4ec3a522bb7e6bde</id>
    </parent>
  </parents>
  <author>
    <name>Jason Rudolph</name>
    <email>github@jasonrudolph.com</email>
  </author>
  <url>http://github.com/jasonrudolph/jasonrudolph.com/commit/caf7f6b588cdfd4787d771ba29e7a112d01dde0c</url>
  <id>caf7f6b588cdfd4787d771ba29e7a112d01dde0c</id>
  <committed-date>2009-06-24T19:56:23-07:00</committed-date>
  <authored-date>2009-06-24T19:56:23-07:00</authored-date>
  <message>Implement super simple automated tagging for deployments</message>
  <tree>d28d3022e1b8563e7947ba8a4476f8ef20215818</tree>
  <committer>
    <name>Jason Rudolph</name>
    <email>github@jasonrudolph.com</email>
  </committer>
</commit>
