Make fan-out example local runnable

This commit is contained in:
2026-05-31 04:03:26 +00:00
parent b3044c5b7b
commit eac73a79a1
4 changed files with 21 additions and 20 deletions

View File

@@ -1,28 +1,18 @@
pipelines:
- id: reports
- id: example-fan-out
source:
backend: local
path: /var/spool/distributor/reports
validation:
on_digest_mismatch: fail
path: examples/source-bundle
destinations:
- id: markdown-archive
backend: s3
endpoint: https://s3.example.com
bucket: reports
prefix: archive
region: us-east-1
force_path_style: true
credentials:
access_key_id_env: DISTRIBUTOR_S3_ACCESS_KEY_ID
secret_access_key_env: DISTRIBUTOR_S3_SECRET_ACCESS_KEY
- id: local-source-archive
backend: local
path: workspace/published/fan-out/source
publish:
source: true
html: false
- id: static-site
backend: ssh
uri: ssh://deploy@example.com:22
path: /srv/www/reports
- id: local-html-site
backend: local
path: workspace/published/fan-out/html
publish:
source: false
html: true