Touched up the post-recieve hook, to force an update of the working directory
authorelliottcable <[email protected]>
Sun, 18 May 2008 05:53:43 +0000 (17 21:53 -0800)
committerelliottcable <[email protected]>
Sun, 18 May 2008 05:53:43 +0000 (17 21:53 -0800)
prepped/post-receive.hook

index 8581cc6..8e81e74 100644 (file)
@@ -13,5 +13,6 @@ include FileUtils
 # Branch  = Repo.branches[Refname.split('/')[2..-1].join('/')] # Not sure if I trust this completely...
 
 cd '../'
+system 'git-checkout -f master' # Should force the push to actually go live
 puts 'Re-deploying blog...'
 system 'rake deploy'
\ No newline at end of file