restructure

This commit is contained in:
swiftmandolin 2020-08-25 23:57:40 -05:00
parent 50fb31ed05
commit 71f2e1a291
3 changed files with 25 additions and 0 deletions

BIN
.DS_Store vendored Normal file

Binary file not shown.

25
.drone.yml Normal file
View File

@ -0,0 +1,25 @@
---
kind: pipeline
type: ssh
name: deploy
server:
host:
from_secret: host
user:
from_secret: user
ssh_key:
from_secret: ssh_key
clone:
disable: true
trigger:
branch:
- master
steps:
name: deploy
commands:
- cd public_gopher
- git pull origin master