site/.drone.yml
Ben Harris 8e9a7fed30
All checks were successful
continuous-integration/drone/push Build is passing
use git -C instead of cd
2021-04-02 11:12:17 -04:00

26 lines
357 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:
- git -C /usr/share/nginx/tilderadio.org pull --rebase origin master