Add serve and deploy bin scripts
This commit is contained in:
parent
7fb5d340ec
commit
7758278e21
2 changed files with 4 additions and 0 deletions
2
_bin/deploy.sh
Executable file
2
_bin/deploy.sh
Executable file
|
@ -0,0 +1,2 @@
|
||||||
|
#!/usr/bin/env bash
|
||||||
|
sftp blog.openneo.net <<< 'put -r _site/* /srv/blog.openneo.net'
|
2
_bin/serve.sh
Executable file
2
_bin/serve.sh
Executable file
|
@ -0,0 +1,2 @@
|
||||||
|
#!/usr/bin/env bash
|
||||||
|
bundle exec jekyll serve
|
Loading…
Reference in a new issue