Add serve and deploy bin scripts

This commit is contained in:
Emi Matchu 2024-09-11 17:44:31 -07:00
parent 7fb5d340ec
commit 7758278e21
2 changed files with 4 additions and 0 deletions

2
_bin/deploy.sh Executable file
View 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
View file

@ -0,0 +1,2 @@
#!/usr/bin/env bash
bundle exec jekyll serve