forked from TrueCloudLab/rclone
Fix uplaod_website
This commit is contained in:
parent
86b77f3ca8
commit
8d32651c53
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -10,7 +10,7 @@ website:
|
||||||
cd rclone.org && hugo
|
cd rclone.org && hugo
|
||||||
|
|
||||||
upload_website: website
|
upload_website: website
|
||||||
./rclone sync rclone.org/public memstore://www-rclone-org
|
./rclone sync rclone.org/public memstore:www-rclone-org
|
||||||
|
|
||||||
upload:
|
upload:
|
||||||
rsync -avz build/ www.craig-wood.com:public_html/pub/rclone/
|
rsync -avz build/ www.craig-wood.com:public_html/pub/rclone/
|
||||||
|
|
Loading…
Add table
Reference in a new issue