This commit is contained in:
王明明 2022-09-10 17:01:41 +08:00
parent 4445965fb0
commit 22785bc4a2

View File

@ -1,7 +1,7 @@
kind: pipeline
type: docker
name: default
steps:
- name: rsync
image: drillster/drone-rsync
@ -20,11 +20,6 @@ steps:
args: "--no-o --no-g -v"
script: # rsync发生之后执行的命令
- /var/anyview/deploy_froend.sh js-file
when:
branch:
- master
event:
- push
- name: send-success
image: plugins/webhook