Files
xiezheng/.drone.yml
bmy 803f409401
Some checks reported errors
continuous-integration/drone/push Build was killed
log
2025-03-14 23:47:05 +08:00

15 lines
344 B
YAML

kind: pipeline
type: docker
name: default
clone:
disable: true
steps:
- name: myclone
image: 2271608011/bmygit:v1.2
network_mode: host
commands:
- echo "192.168.31.100 git.buyusdt.xyz" >> /etc/hosts
- git clone https://git.buyusdt.xyz/bmy/xiezheng.git
- cd /drone/src/xiezheng/ && npm install && npm run dev && npm run log