Update '.drone.yml'

This commit is contained in:
justin 2022-02-04 04:03:42 +00:00
parent 9777de5604
commit 856c9139ac

View file

@ -1,27 +1,16 @@
kind: pipeline
type: ssh
name: default
server:
host: 140.82.49.174
user: root
password:
from_secret: password
platform:
os: linux
arch: amd64
clone:
disable: true
steps:
- name: change directory
commands:
- cd /Denair_Fire
- name: git pull
commands:
- git pull
- name: generate hugo
commands:
- hugo
- 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