add drone deploy
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Ben Harris 2021-04-22 12:33:27 -04:00
parent 26d58bb059
commit 4dafaf300d
1 changed files with 21 additions and 0 deletions

21
.drone.yml Normal file
View File

@ -0,0 +1,21 @@
---
kind: pipeline
type: ssh
name: deploy
server:
host:
from_secret: host
user:
from_secret: username
ssh_key:
from_secret: ssh_key
clone:
disable: true
trigger:
branch:
- master
steps:
- name: deploy
commands:
- sudo -Hu www-data git -C /var/www/rfc.tildeverse.org pull --rebase origin master