From f2477343851a7e2ff570efa43cc088abb1afbfb4 Mon Sep 17 00:00:00 2001 From: Jens True Date: Tue, 11 Jul 2023 10:38:51 +0000 Subject: [PATCH] Document and upload. --- .woodpecker.yml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 6a5c67c..3420900 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -20,4 +20,16 @@ pipeline: commands: - apt update - apt install rclone - - vendor/bin/phpunit tests \ No newline at end of file + - 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 \ No newline at end of file