update sync script
This commit is contained in:
parent
7c6a8f9ac0
commit
148fcac8c7
2 changed files with 5 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1 +1,2 @@
|
|||
public
|
||||
.hugo_build.lock
|
3
upload.sh
Normal file
3
upload.sh
Normal file
|
@ -0,0 +1,3 @@
|
|||
#! /bin/sh
|
||||
hugo
|
||||
rclone sync public/ cyberfreedom:cyberfreedom
|
Loading…
Reference in a new issue