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

This commit is contained in:
justin 2022-02-04 04:19:27 +00:00
parent 0cf53f20a6
commit 3a4800a58b

View file

@ -1,18 +1,20 @@
kind: pipeline
type: docker
type: ssh
name: default
steps:
- name: ssh commands
image: appleboy/drone-ssh
settings:
host: denairfire.com
username: root
password:
from_secret: password
port: 22
script:
- cd /Denair_Fire
- git pull
- hugo
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