mirror of
https://github.com/adulau/art.git
synced 2024-11-21 17:47:05 +00:00
5 lines
125 B
Bash
5 lines
125 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
bundle exec jekyll build
|
||
|
rsync -v -4 -rz --checksum _site/ adulau@kb.quuxlabs.com:/home/adulau/website/foo/art
|