Files
xiezheng/.drone.yml
编码猿 c6fbe2d51b
Some checks reported errors
continuous-integration/drone/push Build was killed
testddd
2024-12-18 19:14:47 +08:00

19 lines
365 B
YAML

kind: pipeline
type: docker
name: default
clone:
disable: true
extra_hosts:
- "git.buyusdt.xyz:192.168.31.100"
steps:
- name: myclone
image: 2271608011/bmygit:v1.2
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