增加接口,增加index
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
编码猿
2024-12-12 11:10:07 +08:00
parent 443d248cb4
commit 4dd0c5d928
10 changed files with 92 additions and 20 deletions

View File

@@ -10,10 +10,9 @@ clone:
steps:
- name: myclone
image: drone/git:latest
image: 2271608011/bmygit:v1
commands:
- echo "192.168.31.100 git.buyusdt.xyz" >> /etc/hosts
- git config --global http.sslVerify "false"
- echo "192.168.31.100 git.buyusdt.xyz" >> /etc/hosts
- git clone https://git.buyusdt.xyz/bmy/xiezheng.git
- name: pc-dev
@@ -21,7 +20,6 @@ steps:
network_mode: host
commands:
- cd /drone/src/xiezheng/
- node -v
- npm config set registry https://registry.npmmirror.com
- npm install
- npm run dev