From a4dadb1d225dc68f7e74c2c6b2e51e57bba21248 Mon Sep 17 00:00:00 2001 From: 6543 <6543@obermui.de> Date: Sat, 15 Jun 2024 08:14:19 +0200 Subject: [PATCH] Update docs to reflect current pipeline config (#188) --- docs.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs.md b/docs.md index 492feda0..8b20b09b 100644 --- a/docs.md +++ b/docs.md @@ -15,7 +15,7 @@ The S3 plugin uploads files and build artifacts to your S3 bucket, or S3-compati The below pipeline configuration demonstrates simple usage: ```yml -pipeline: +steps: upload: image: woodpeckerci/plugin-s3 settings: @@ -29,7 +29,7 @@ pipeline: Source the aws credentials from secrets: ```yml -pipeline: +steps: upload: image: woodpeckerci/plugin-s3 settings: @@ -45,7 +45,7 @@ pipeline: Use the build number in the S3 target prefix: ```yml -pipeline: +steps: upload: image: woodpeckerci/plugin-s3 settings: @@ -71,7 +71,7 @@ steps: Configure the plugin to strip path prefixes when uploading: ```yml -pipeline: +steps: upload: image: woodpeckerci/plugin-s3 settings: @@ -84,7 +84,7 @@ pipeline: Configure the plugin to exclude files from upload and compress: ```yml -pipeline: +steps: upload: image: woodpeckerci/plugin-s3 settings: @@ -99,7 +99,7 @@ pipeline: Configure the plugin to connect to a Minio server: ```yml -pipeline: +steps: upload: image: woodpeckerci/plugin-s3 settings: