Add '.drone.yml'
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone Build is failing

This commit is contained in:
justin 2022-02-04 06:08:30 +00:00
parent aa986a99d0
commit cf0f4c9182

20
.drone.yml Normal file
View file

@ -0,0 +1,20 @@
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 && hugo