add drone ci/cd
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Han Dai 2020-02-25 13:14:44 -05:00
parent d6f4abdcba
commit 735ffc3cd1
1 changed files with 23 additions and 0 deletions

23
.drone.yml Normal file
View File

@ -0,0 +1,23 @@
kind: pipeline
type: docker
name: default
steps:
- name: publish
image: appleboy/drone-scp
settings:
host:
- daihan.me
user:
from_secret: user
key:
from_secret: ssh_key
passphrase:
from_secret: passphrase
port: 22
command_timeout: 2m
target:
from_secret: path
source:
- !./.drone.yml
- ./*