This commit is contained in:
parent
ee739fcb31
commit
bf6220ca77
@ -13,13 +13,14 @@ steps:
|
||||
- hugo --theme geeklab
|
||||
|
||||
- name: publish
|
||||
image: plugins/s3-sync
|
||||
image: thegeeklab/drone-s3-sync:2
|
||||
settings:
|
||||
access_key:
|
||||
from_secret: s3_access_key
|
||||
bucket: thegeeklab
|
||||
delete: true
|
||||
endpoint: https://sp.rknet.org
|
||||
endpoint:
|
||||
from_secret: s3_endpoint
|
||||
path_style: true
|
||||
secret_key:
|
||||
from_secret: s3_secret_access_key
|
||||
@ -76,6 +77,6 @@ depends_on:
|
||||
|
||||
---
|
||||
kind: signature
|
||||
hmac: 92f8b9b62812d356dd3fba974f853fc509784fa58cd47b9f6a36c1603a73fd5b
|
||||
hmac: 0f119a348a8848acfa57ef41f5913c59654042cf86106ea9dbd5380bb3502cb5
|
||||
|
||||
...
|
||||
|
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@
|
||||
/resources
|
||||
.vscode
|
||||
hugo
|
||||
.hugo_build.lock
|
||||
|
Reference in New Issue
Block a user