mirror of
https://github.com/adulau/brouilleursdeblanc.git
synced 2024-11-07 12:06:26 +00:00
5 lines
137 B
Bash
5 lines
137 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
bundle exec jekyll build
|
||
|
rsync -v -4 -rz --checksum _site/ adulau@kb.quuxlabs.com:/home/adulau/website/brouilleursdeblanc/
|