Compare commits
2 Commits
3b9cea1c70
...
c38b088fff
Author | SHA1 | Date | |
---|---|---|---|
c38b088fff | |||
f247734385 |
@ -20,4 +20,20 @@ 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
|
||||
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
|
Reference in New Issue
Block a user