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

20 lines
368 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