keychange and README
continuous-integration/drone/push Build is failing Details

This commit is contained in:
terris Station 2019-12-10 17:47:12 -05:00
parent 44319c832f
commit 7961650ff4
2 changed files with 49 additions and 0 deletions

44
.drone.yml.backup2 Normal file
View File

@ -0,0 +1,44 @@
---
kind: pipeline
type: docker
name: test-then-make
platform:
os: linux
arch: amd64
steps:
- name: build test
image: nicksantamaria/mkdocs
commands:
- mkdocs build
---
kind: pipeline
type: ssh
name: ssh-build-deploy
server:
host:
from_secret: substationhost
user:
from_secret: scp_username
ssh_key:
from_secret: ssh_key
clone:
disable: false
steps:
- name: mkdocs build
commands:
- mkdocs build
- name: deploy substation
commands:
- scp -R substation/ /home/terris/public_html/substation
trigger:
branch:
- master
event:
- push

5
README.md Normal file
View File

@ -0,0 +1,5 @@
# terris research substation mkdocs site source
[![Build Status](https://drone.tildegit.org/api/badges/terris/substation/status.svg)](https://drone.tildegit.org/terris/substation)
## hello