qieziStatistics/.drone.yml

25 lines
406 B
YAML
Raw Normal View History

2023-03-11 21:52:07 +08:00
kind: pipeline
type: docker
name: bookmarkPublish
trigger:
branch:
2023-03-11 09:55:02 -05:00
- main
2023-03-11 21:52:07 +08:00
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:
2023-03-11 10:06:59 -05:00
- cd /root/qieziStatistics && git pull && bash build.sh && bash syncFile.sh