diff --git a/bin/deploy b/bin/deploy new file mode 100755 index 0000000..2e6aaed --- /dev/null +++ b/bin/deploy @@ -0,0 +1,8 @@ +#!/usr/bin/env sh + +bundle exec bin/download +bundle exec bin/petrify +cd _site +git commit -am "Update content" +git push origin master +cd -