Document and upload.
This commit is contained in:
@ -21,3 +21,15 @@ pipeline:
|
|||||||
- apt update
|
- apt update
|
||||||
- apt install rclone
|
- apt install rclone
|
||||||
- vendor/bin/phpunit tests
|
- vendor/bin/phpunit tests
|
||||||
|
document:
|
||||||
|
image: phpdoc/phpdoc
|
||||||
|
commands:
|
||||||
|
- phpdoc run
|
||||||
|
upload:
|
||||||
|
image: woodpeckerci/plugin-s3
|
||||||
|
settings:
|
||||||
|
bucket: buildserver
|
||||||
|
source: output/**/*
|
||||||
|
target: /backupscript/latest/
|
||||||
|
path_style: true
|
||||||
|
endpoint: https://s3.jcktrue.dk
|
Reference in New Issue
Block a user