mirror of
https://github.com/adulau/sillon-fictionnel.git
synced 2024-10-29 23:56:27 +00:00
5 lines
124 B
Bash
5 lines
124 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
hugo
|
||
|
rsync --include ".*" -v -rz --checksum public/ ubuntu@illich.paperbay.org:/var/www/sillon-fictionnel.club
|