2023-12-07 19:06:56 +01:00
|
|
|
steps:
|
2022-10-27 22:42:57 +02:00
|
|
|
scripts:
|
|
|
|
image: woodpeckerci/plugin-s3
|
2023-12-07 19:06:56 +01:00
|
|
|
pull: true
|
2022-10-27 22:42:57 +02:00
|
|
|
settings:
|
2022-10-27 23:16:50 +02:00
|
|
|
bucket: pages
|
|
|
|
region: nebula
|
2024-06-23 14:12:58 +02:00
|
|
|
path_style: true
|
2022-10-28 00:03:53 +02:00
|
|
|
endpoint: https://s3.frohnmeyer-wds.de
|
2024-06-23 14:12:58 +02:00
|
|
|
access_key: pages
|
|
|
|
secret_key:
|
|
|
|
from_secret: pages_secret
|
2022-10-27 23:58:44 +02:00
|
|
|
source: static/**/*
|
2022-10-27 22:42:57 +02:00
|
|
|
target: /scripts
|
2024-06-23 14:12:58 +02:00
|
|
|
strip_prefix: static/
|
2024-07-18 12:23:18 +02:00
|
|
|
overwrite: true
|
2022-10-27 22:42:57 +02:00
|
|
|
when:
|
2024-06-23 14:12:58 +02:00
|
|
|
- branch: master
|