Add '.drone.yml'
Some checks reported errors
continuous-integration/drone Build encountered an error

This commit is contained in:
justin 2022-02-03 22:36:40 +00:00
parent d174e740d9
commit dafa263f5b

21
.drone.yml Normal file
View file

@ -0,0 +1,21 @@
kind: pipeline
type: ssh
name: default
server:
host: denairfire.com
user: root
password:
from_secret: password
steps:
- name: change directory
commands:
- cd /Denair_Fire
- name: git pull
commands:
- git pull
- name: generate hugo
commands:
- hugo