deploy:新增build文件
This commit is contained in:
parent
2a759b2af5
commit
e5ca7676be
24
.drone
Normal file
24
.drone
Normal file
@ -0,0 +1,24 @@
|
||||
kind: pipeline
|
||||
type: docker
|
||||
name: bookmarkPublish
|
||||
|
||||
trigger:
|
||||
branch:
|
||||
- master
|
||||
|
||||
clone:
|
||||
disable: true
|
||||
|
||||
steps:
|
||||
- name: deploy
|
||||
image: appleboy/drone-ssh
|
||||
settings:
|
||||
host:
|
||||
from_secret: devHost
|
||||
port: 22
|
||||
user: root
|
||||
key:
|
||||
from_secret: privateSsh
|
||||
timeout: 3m
|
||||
script:
|
||||
- cd /root/qieziStatistics && git pull && bash build.sh && syncFile.sh
|
Loading…
x
Reference in New Issue
Block a user