Files
xiezheng/.drone.yml
编码猿 c181921ced
Some checks reported errors
continuous-integration/drone/push Build was killed
test2
2024-12-18 19:32:15 +08:00

15 lines
329 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