Document and upload.

This commit is contained in:
Jens True 2023-07-11 10:38:51 +00:00
parent 3b9cea1c70
commit f247734385

@ -20,4 +20,16 @@ pipeline:
commands:
- apt update
- 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