CI: Move to Woodpecker
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
4830c97393
commit
25d32c02f2
1 changed files with 7 additions and 26 deletions
26
.woodpecker.yaml
Normal file
26
.woodpecker.yaml
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
clone:
|
||||
git:
|
||||
image: woodpeckerci/plugin-git
|
||||
settings:
|
||||
recursive: true
|
||||
|
||||
steps:
|
||||
build:
|
||||
image: plugins/hugo
|
||||
settings:
|
||||
hugo_version: 0.70.0
|
||||
validate: true
|
||||
|
||||
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…
Add table
Add a link
Reference in a new issue