增加新项目
This commit is contained in:
15
项目合集/最新写真app/backend/.drone.yml
Normal file
15
项目合集/最新写真app/backend/.drone.yml
Normal file
@@ -0,0 +1,15 @@
|
||||
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 && npm run log
|
||||
Reference in New Issue
Block a user