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

This commit is contained in:
Ben Harris 2019-12-06 13:27:30 -05:00
parent 75c03c5793
commit a3e69872f9
2 changed files with 28 additions and 0 deletions

26
.drone.yml Normal file
View File

@ -0,0 +1,26 @@
---
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:
- cd /var/www/tildeverse.org
- sudo -Hu www-data git pull origin master

View File

@ -1,3 +1,5 @@
# [tildeverse.org](https://tildeverse.org)
[![Build Status](https://drone.tildegit.org/api/badges/tildeverse/site/status.svg)](https://drone.tildegit.org/tildeverse/site)
the main website for the tildeverse