Add '.drone.yml'
Some checks reported errors
continuous-integration/drone Build encountered an error
Some checks reported errors
continuous-integration/drone Build encountered an error
This commit is contained in:
parent
d174e740d9
commit
dafa263f5b
1 changed files with 21 additions and 0 deletions
21
.drone.yml
Normal file
21
.drone.yml
Normal 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
|
||||||
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue