Skip to content

Commit

Permalink
add deploy script
Browse files Browse the repository at this point in the history
[skip ci]t
  • Loading branch information
amirmc committed Mar 16, 2014
1 parent 9351cab commit 85c5ada
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions _deploy-unikernel.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/usr/bin/env bash

jekyll build
git add _site
git commit -m 'update _site'
git push origin master

0 comments on commit 85c5ada

Please sign in to comment.