<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -40,4 +40,28 @@ set :boxcar_username, 'tarzan'
 # Git Example:
 #   
 set :scm, &quot;git&quot;
-set :repository, &quot;git://github.com/robbyrussell/rubyurl.git&quot;
+set :repository, &quot;git@github.com:/robbyrussell/rubyurl.git&quot;
+
+
+
+###################################################
+# CUSTOM TASKS
+###################################################
+#
+# By default, Boxcar Conductor will add symlinks for the following:
+#   * config/database.yml
+#   * log/  
+# 
+# If you'd like to have Boxcar Conductor symlink any other files and/or directories,
+# you can add in a custom task at the bottom of this deploy.rb by following this example:
+#
+# namespace :example do
+#   desc &quot;Link more remote files&quot; 
+#   task :link_remote_files do
+#     run &quot;ln -nfs #{app_shared_dir}/data #{release_path}/data&quot;
+#     run &quot;ln -nfs #{app_shared_dir}/exports #{release_path}/public/exports&quot;    
+#   end
+# end
+# 
+# after &quot;boxcar:deploy:link_files&quot;, &quot;example:link_remote_files&quot;
+#</diff>
      <filename>templates/deploy.rb.example</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>25e3e2ccae51601a763596845bf72f193fea7b3f</id>
    </parent>
  </parents>
  <author>
    <name>Robby Russell</name>
    <email>robby@planetargon.com</email>
  </author>
  <url>http://github.com/robbyrussell/boxcar-conductor/commit/ca0c162827063c333a75b273c6f3f6950883eb6b</url>
  <id>ca0c162827063c333a75b273c6f3f6950883eb6b</id>
  <committed-date>2008-07-21T10:42:55-07:00</committed-date>
  <authored-date>2008-07-21T10:42:55-07:00</authored-date>
  <message>Updating deploy.rb to show an example task for extra symlinks</message>
  <tree>a28468326d88c73f963e32906ad8c872d9cae98b</tree>
  <committer>
    <name>Robby Russell</name>
    <email>robby@planetargon.com</email>
  </committer>
</commit>
