adding drone.yml++-++-+!

This commit is contained in:
terris Station 2019-12-10 16:22:29 -05:00
parent b2d03f94ed
commit 8667c8d559
1 changed files with 17 additions and 3 deletions

View File

@ -11,12 +11,26 @@ steps:
- name: build
image: nicksantamaria/mkdocs
commands:
- echo testing
- echo $PWD
- mkdocs build
---
name: scp files
image: appleboy/drone-scp
settings:
host:
from_secret: substationhost
username:
from_secret: scp_username
password:
from_secret: ssh_key
port: 22
command_timeout: 2m
target: /home/${DRONE_REPO_OWNER}/public_html/${DRONE_REPO_NAME}
source: substation/
trigger:
branch:
- master
event:
- push
...