Serve binaries directly from the server

This commit is contained in:
Saivann 2014-02-05 14:19:46 -05:00
parent fbaac9ddd7
commit d9e52e6b42
2 changed files with 9 additions and 9 deletions

View file

@ -32,4 +32,4 @@ git clean -x -f -d
# Build website
jekyll
rsync --delete -a $WORKDIR/_site/ $DESTDIR/
rsync --exclude /bin/ --delete -a $WORKDIR/_site/ $DESTDIR/