res.limli.top/.drone.yml
limil 3fc3cf6506
All checks were successful
continuous-integration/drone/push Build is passing
修正名称
2024-07-14 21:16:22 +08:00

29 lines
423 B
YAML

kind: pipeline
type: docker
name: default
steps:
- name: Web Deploy
image: appleboy/drone-scp
settings:
target: ~/res.limil.top
source: ./static
host:
from_secret: blog_host
port:
from_secret: blog_port
username: blog
key:
from_secret: blog_private_key
rm: true
when:
branch:
- main
event:
exclude:
- pull_request
trigger:
event:
- push