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