diff --git a/Makefile b/Makefile index 65cbfbc..d7ecf2a 100644 --- a/Makefile +++ b/Makefile @@ -42,7 +42,7 @@ static-pull: .PHONY: static-pull static-push: - aws s3 sync --acl "public-read" --sse "AES256" s3://${STATIC_BUCKET} ${STATIC_DIR}/ + aws s3 sync --acl "public-read" --sse "AES256" ${STATIC_DIR}/ s3://${STATIC_BUCKET} .PHONY: static-push run: static-pull diff --git a/config.yaml b/config.yaml index f6417ca..bbf356e 100644 --- a/config.yaml +++ b/config.yaml @@ -1,4 +1,4 @@ -baseURL: "http://bdebyl.net/" +baseURL: "https://bdebyl.net/" title: "A random assortment of my personal projects." theme: "even" defaultContentLanguage: "en"