Skip to content

Commit

Permalink
upload to yandex cloud object storage
Browse files Browse the repository at this point in the history
  • Loading branch information
rusnasonov committed Jul 25, 2023
1 parent 33720fd commit 3f03a5c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
all: build upload

build:
hugo

upload:
aws s3 --endpoint-url=https://storage.yandexcloud.net cp --recursive ./output s3://rusnasonov.com/

0 comments on commit 3f03a5c

Please sign in to comment.