Document and upload.
This commit is contained in:
		@@ -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
 | 
			
		||||
		Reference in New Issue
	
	Block a user