删除 .drone.yml

This commit is contained in:
2024-01-05 16:05:50 +08:00
parent 324453fc8b
commit 62b87484a9

View File

@@ -1,28 +0,0 @@
kind: pipeline
type: docker
name: ci
steps:
- name: install & build
image: node
commands:
- npm config set registry https://registry.npmmirror.com/
- npm i -g pnpm
- pnpm i
- pnpm build
- tar -zcvf dist.tar ./dist ./default.conf ./Dockerfile
- name: upload
image: appleboy/drone-scp
settings:
host:
from_secret: host
username:
from_secret: username
password:
from_secret: password
port: 22
command_timeout: 2m
target: /www/builder
source:
- ./dist.tar