3 lines
139 B
Plaintext
3 lines
139 B
Plaintext
|
#!/bin/bash
|
||
|
jekyll1.9 build --config _config.yml,_production.yml && rsync -avz --progress "_site/" root@cryto.net:/var/www/~joepie91/blog/
|