WoodleyWynnWedding/.drone.yml
justin 58a294bcd5
Some checks failed
continuous-integration/drone/push Build is failing
Update '.drone.yml'
2022-02-04 06:11:39 +00:00

21 lines
No EOL
310 B
YAML

kind: pipeline
type: ssh
name: default
server:
host: woodley4thewynn.com
user: root
password:
from_secret: password
clone:
disable: true
steps:
- name: git pull
commands:
- git -C /home/user-data/www/wedding pull
- name: generate hugo
commands:
- cd /home/user-data/www/wedding && hug