ci
Some checks failed
continuous-integration/drone Build is failing

This commit is contained in:
陶林 2022-05-07 19:51:00 +08:00
parent 16bc159d34
commit 41946af633

View File

@ -12,32 +12,3 @@ steps:
- yarn config set cache-folder .yarn-cache - yarn config set cache-folder .yarn-cache
- yarn install - yarn install
- yarn run build - yarn run build
- name: 同步文件
image: drillster/drone-rsync
settings:
user: root
key:
from_secret: ssh_key
hosts:
- 172.17.0.1
# 来源项目目录
source: ./dist/*
# 目标服务器目录
target: /www/wwwroot/www
script:
- cd /www/wwwroot/www
- ls
- name: 钉钉推送
pull: if-not-exists # always never
image: guoxudongdocker/drone-dingtalk
settings:
token:
from_secret: dingding_token
type: markdown
message_color: true
message_pic: true
sha_link: true
when:
status: [failure, success]