Files
xiezheng/.drone.yml
bmy 647ac7d519
Some checks reported errors
continuous-integration/drone/push Build was killed
222
2024-11-29 00:27:27 +08:00

30 lines
538 B
YAML

kind: pipeline
type: docker
name: default
clone:
disable: true
extra_hosts:
- "git.buyusdt.xyz:192.168.31.100"
steps:
- name: myclone
image: drone/git:latest
commands:
- echo "192.168.31.100 git.buyusdt.xyz" >> /etc/hosts
- git config --global http.sslVerify "false"
- git clone https://git.buyusdt.xyz/bmy/xiezheng.git
- name: test
image: node
commands:
- cd /drone/src/xiezheng/
- npm install
- npm run dev
# host_aliases:
# - ip: 192.168.31.100
# hostnames:
# - git.buyusdt.xyz