Created deployment script

This commit is contained in:
benweet 2013-05-18 16:43:27 +01:00
parent 61d0d9e7a2
commit a010366a4d

View File

@ -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