Files
xiezheng/.drone.yml
编码猿 00af6356be
Some checks reported errors
continuous-integration/drone/push Build was killed
network_mode
2024-12-18 19:28:40 +08:00

16 lines
332 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