This commit is contained in:
@ -16,6 +16,17 @@ pipeline:
|
|||||||
commands:
|
commands:
|
||||||
- doxygen
|
- doxygen
|
||||||
|
|
||||||
|
upload:
|
||||||
|
image: woodpeckerci/plugin-s3
|
||||||
|
settings:
|
||||||
|
bucket: ledcontroller-3bit
|
||||||
|
access_key:
|
||||||
|
from_secret: ACCESS_KEY
|
||||||
|
secret_key:
|
||||||
|
from_secret: SECRET_KEY
|
||||||
|
source: output/
|
||||||
|
target: /
|
||||||
|
endpoint: https://s3.jcktrue.dk/
|
||||||
deploy:
|
deploy:
|
||||||
image: debian
|
image: debian
|
||||||
commands:
|
commands:
|
||||||
|
Reference in New Issue
Block a user