Update
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
2022-04-30 15:13:50 +08:00
parent b53880649c
commit 8f28903219

22
.drone.yml Normal file
View File

@ -0,0 +1,22 @@
kind: pipeline
type: docker
name: build-dist
steps:
- name: build
image: node:lts-bullseye
commands:
- apt-get update -y && apt-get install git -y
- yarn build
- name: upload
image: plugins/s3
settings:
bucket: home-app
endpoint: https://storage.186526.xyz
access_key:
from_secret: s3_access_key
secret_key:
from_secret: s3_secret_key
source: dist/**/*
target: /dist/