Add deploy script
This commit is contained in:
parent
b54b7fe81b
commit
6f3e4a5d2f
1 changed files with 2 additions and 0 deletions
2
deploy
Executable file
2
deploy
Executable file
|
@ -0,0 +1,2 @@
|
||||||
|
#!/usr/bin/env bash
|
||||||
|
jekyll build && rsync -avze ssh --delete _site/ kempkens:/var/www/blog
|
Loading…
Reference in a new issue