Compare commits

..

2 Commits

Author SHA1 Message Date
c38b088fff Secrets in CI
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-07-11 10:41:06 +00:00
f247734385 Document and upload. 2023-07-11 10:38:51 +00:00

@ -21,3 +21,19 @@ 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
access_key:
from_secret: access_key_id
secret_key:
from_secret: secret_access_key
source: output/**/*
target: /backupscript/latest/
path_style: true
endpoint: https://s3.jcktrue.dk