调整更新

This commit is contained in:
limil 2025-03-29 12:49:12 +08:00
parent 95cdd45fd0
commit 0fe335e114
2 changed files with 0 additions and 63 deletions

View File

@ -1,29 +0,0 @@
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

File diff suppressed because one or more lines are too long