fix rclone installation
This commit is contained in:
parent
b08e806435
commit
89c8b519ee
6
Makefile
6
Makefile
@ -11,9 +11,9 @@ build:
|
|||||||
cp public/index.xml public/feed/index.html
|
cp public/index.xml public/feed/index.html
|
||||||
|
|
||||||
install_deps:
|
install_deps:
|
||||||
apk add --no-cache git
|
apk add --no-cache git gcc musl-dev
|
||||||
GO111MODULE=on go get -v -u github.com/gohugoio/hugo@v$(HUGO_VERSION)
|
GO111MODULE=on go get -v github.com/gohugoio/hugo@v$(HUGO_VERSION)
|
||||||
GO111MODULE=on go get -v -u github.com/rclone/rclone@v$(RCLONE_VERSION)
|
GO111MODULE=on go get -v github.com/rclone/rclone@v$(RCLONE_VERSION)
|
||||||
|
|
||||||
ftp_upload:
|
ftp_upload:
|
||||||
rclone sync $(OUTPUT_DIR) blog://
|
rclone sync $(OUTPUT_DIR) blog://
|
||||||
|
Loading…
Reference in New Issue
Block a user