diff options
author | Brandon Mathis <brandon@imathis.com> | 2011-09-22 04:43:09 -0500 |
---|---|---|
committer | Brandon Mathis <brandon@imathis.com> | 2011-09-22 04:43:09 -0500 |
commit | fcb730b5bf6c76f8f36512461181df4f537cc16a (patch) | |
tree | 2529e83f33ceed87b2193b628aedfba56c81c911 /Rakefile | |
parent | 4efb29394fcb99a77eea708e51c7dbc04aca0f94 (diff) | |
download | my_new_personal_website-fcb730b5bf6c76f8f36512461181df4f537cc16a.tar.xz my_new_personal_website-fcb730b5bf6c76f8f36512461181df4f537cc16a.zip |
Restored copying public into _deploy. fixes #169
Diffstat (limited to 'Rakefile')
-rw-r--r-- | Rakefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -227,6 +227,7 @@ multitask :push do (Dir["#{deploy_dir}/*"]).each { |f| rm_rf(f) } Rake::Task[:copydot].invoke(public_dir, deploy_dir) puts "\n## copying #{public_dir} to #{deploy_dir}" + system "cp -R #{public_dir}/* #{deploy_dir}" cd "#{deploy_dir}" do system "git add ." system "git add -u" |