From a010366a4d06f7cc93c48a2fe6ce01ca3b7ba010 Mon Sep 17 00:00:00 2001 From: benweet Date: Sat, 18 May 2013 16:43:27 +0100 Subject: [PATCH] Created deployment script --- run_deploy | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/run_deploy b/run_deploy index bd58c7f0..4c0d9bce 100644 --- a/run_deploy +++ b/run_deploy @@ -6,7 +6,5 @@ echo '### Modifying cache.manifest ###' sed -i "s/^#.*$/# `date`/g" cache.manifest echo '### Commit and push ###' git commit -a -m "Prepare deployment" -git checkout gh-pages -git merge master -git checkout master +git branch -f gh-pages master git push --all \ No newline at end of file