1
0
Fork 0
faulty.equipment/.drone.yml

32 lines
668 B
YAML
Raw Normal View History

2022-06-29 09:51:07 +00:00
---
kind: pipeline
type: docker
name: default
trigger:
branch:
- master
steps:
- name: Build
2022-06-29 09:54:56 +00:00
image: klakegg/hugo:ext-alpine
2022-06-29 09:51:07 +00:00
commands:
2022-06-29 09:53:57 +00:00
- hugo version
- hugo --minify --destination /drone/src/build
2022-06-29 09:51:07 +00:00
- name: Upload
image: plugins/s3
settings:
bucket: faulty.equipment
access_key:
from_secret: minio_access
secret_key:
from_secret: minio_secret
source: /drone/src/build/**/*
target: /
strip_prefix: /drone/src/build/
path_style: true
endpoint: https://artifacts.fromouter.space
---
kind: signature
2022-06-29 09:54:56 +00:00
hmac: 5540cfa020bb0387cd74acdc849de7dafed716dc99c75310ca35927adad2aa16