CI: Move to woodpecker
All checks were successful
ci/woodpecker/push/publish index Pipeline was successful
All checks were successful
ci/woodpecker/push/publish index Pipeline was successful
This commit is contained in:
parent
f3c1c2e685
commit
6a04a91df1
3 changed files with 37 additions and 59 deletions
16
.woodpecker/publish index.yaml
Normal file
16
.woodpecker/publish index.yaml
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
steps:
|
||||
publish-on-s3:
|
||||
image: plugins/s3
|
||||
settings:
|
||||
endpoint: https://storage.nemunai.re
|
||||
path_style: true
|
||||
bucket: scores
|
||||
access_key:
|
||||
from_secret: s3_access_key
|
||||
secret_key:
|
||||
from_secret: s3_secret_key
|
||||
source: _list.html
|
||||
target: /
|
||||
|
||||
when:
|
||||
event: push
|
||||
21
.woodpecker/render.yaml
Normal file
21
.woodpecker/render.yaml
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
steps:
|
||||
render:
|
||||
image: jeandeaual/lilypond:stable
|
||||
commands:
|
||||
- lilypond -dno-point-and-click -dembed-source-code -o "${FILE%.ly}" "${FILE%.ly}.ly"
|
||||
|
||||
publish-on-s3:
|
||||
image: plugins/s3
|
||||
settings:
|
||||
endpoint: https://storage.nemunai.re
|
||||
path_style: true
|
||||
bucket: scores
|
||||
access_key:
|
||||
from_secret: s3_access_key
|
||||
secret_key:
|
||||
from_secret: s3_secret_key
|
||||
source: "${FILE%.ly}.pdf"
|
||||
target: /
|
||||
|
||||
when:
|
||||
event: custom
|
||||
Loading…
Add table
Add a link
Reference in a new issue