drone?
continuous-integration/drone/push Build encountered an error Details

This commit is contained in:
LickTheCheese 2020-05-26 11:25:48 -04:00
parent c6d9f46ce8
commit 8c31651f00
1 changed files with 24 additions and 0 deletions

24
.drone.yml Normal file
View File

@ -0,0 +1,24 @@
---
kind: pipeline
type: ssh
name: deploy
server:
host: ssh.wppnx,pi.at
user: lickthecheese
port: 5060
ssh_key:
from_secret: ssh_key
clone:
disable: true
trigger:
branch:
- master
steps:
- name: deploy
commands:
- cd /var/gemini/~lick
- git pull