1
0
Fork 0

Add deploy script

This commit is contained in:
Daniel Kempkens 2014-03-23 20:49:15 +01:00
parent b54b7fe81b
commit 6f3e4a5d2f

2
deploy Executable file
View file

@ -0,0 +1,2 @@
#!/usr/bin/env bash
jekyll build && rsync -avze ssh --delete _site/ kempkens:/var/www/blog