bangs/.drone.yml
Simon Bruder 029b83ef9b
All checks were successful
continuous-integration/drone/push Build is passing
init
2019-05-26 15:31:56 +00:00

22 lines
428 B
YAML

kind: pipeline
name: default
steps:
- name: build
image: mikefarah/yq
commands:
- yq r -j bangs.yml > bangs.json
- name: upload
image: plugins/s3
settings:
bucket: cdn
access_key:
from_secret: aws_access_key_id
secret_key:
from_secret: aws_secret_access_key
source: bangs.json
target: /bangs/
path_style: true
endpoint: https://s3.sbruder.de