mirror of
https://github.com/adulau/foo.be.git
synced 2024-11-22 09:47:06 +00:00
5 lines
107 B
Bash
5 lines
107 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
jekyll build
|
||
|
rsync -v -rz --checksum _site/ adulau@kb.quuxlabs.com:/home/adulau/website/foo/
|