mirror of
https://git.sr.ht/~ashkeel/strimertul-website
synced 2024-11-19 21:12:20 +00:00
remove drone CI flow
All checks were successful
Deploy to Artifacts / deploy (push) Successful in 7s
All checks were successful
Deploy to Artifacts / deploy (push) Successful in 7s
This commit is contained in:
parent
4e6b276e09
commit
8c8760cdb6
1 changed files with 0 additions and 33 deletions
33
.drone.yml
33
.drone.yml
|
@ -1,33 +0,0 @@
|
|||
---
|
||||
kind: pipeline
|
||||
type: docker
|
||||
name: default
|
||||
trigger:
|
||||
branch:
|
||||
- main
|
||||
|
||||
steps:
|
||||
- name: Build
|
||||
image: klakegg/hugo:ext-alpine
|
||||
commands:
|
||||
- hugo version
|
||||
- hugo --minify --destination /drone/src/build
|
||||
|
||||
- name: Upload
|
||||
image: plugins/s3
|
||||
settings:
|
||||
bucket: strimertul-website
|
||||
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
|
||||
hmac: 265b4e1a016720826585f17461a02c671f5a839dd35d098e34b49526a2279a24
|
||||
|
||||
...
|
Loading…
Reference in a new issue