add .drone.yml
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Ben Harris 2021-10-10 17:43:25 -04:00
parent a328e8dc24
commit e90c9deaf3
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:
from_secret: host
user:
from_secret: username
ssh_key:
from_secret: ssh_key
clone:
disable: true
trigger:
branch:
- master
steps:
- name: hello
commands:
- sudo -Hu www-data git -C /var/www/diyhosting.bhh.sh pull --rebase origin master