Compare commits
1 Commits
80f4bb1502
...
7f3c0e5db0
Author | SHA1 | Date | |
---|---|---|---|
7f3c0e5db0 |
@ -15,3 +15,17 @@ steps:
|
|||||||
image: registry.nemunai.re/plugins/hugo
|
image: registry.nemunai.re/plugins/hugo
|
||||||
settings:
|
settings:
|
||||||
hugo_version: 0.126.0
|
hugo_version: 0.126.0
|
||||||
|
|
||||||
|
publish-on-s3:
|
||||||
|
image: plugins/s3
|
||||||
|
settings:
|
||||||
|
endpoint: https://storage.nemunai.re
|
||||||
|
path_style: true
|
||||||
|
bucket: happydomain-help
|
||||||
|
access_key:
|
||||||
|
from_secret: s3_access_key
|
||||||
|
secret_key:
|
||||||
|
from_secret: s3_secret_key
|
||||||
|
source: public/**/*
|
||||||
|
strip_prefix: public/
|
||||||
|
target: "/${CI_COMMIT_BRANCH//\\//-}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user