changing drone.yml wtf1
continuous-integration/drone/push Build is passing Details

This commit is contained in:
terris Station 2019-12-10 16:46:22 -05:00
parent 909245d1c7
commit fee13a6b74
1 changed files with 31 additions and 0 deletions

31
.drone.yml.backup Normal file
View File

@ -0,0 +1,31 @@
---
kind: pipeline
type: exec
name: make-then-deploy
steps:
- name: build
image: alpine
commands:
- 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