2
0
mirror of https://github.com/tildeclub/site synced 2024-06-14 05:16:37 +00:00
site/.drone.yml
Ben Harris bec4176ccc
All checks were successful
continuous-integration/drone/push Build is passing
fix webroot path
2019-12-08 02:31:03 -05:00

31 lines
451 B
YAML

---
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 /usr/share/nginx/html
- git pull origin master
- name: build-wiki
commands:
- cd /usr/share/nginx/html
- make -C wiki