Update .drone.yml
This commit is contained in:
@@ -34,6 +34,7 @@ steps:
|
||||
from_secret: KNOWN_HOST
|
||||
- name: run hugo
|
||||
image: appleboy/drone-ssh
|
||||
secrets: [ HUGO_ROOT ]
|
||||
settings:
|
||||
host:
|
||||
from_secret: SSH_HOST
|
||||
@@ -45,7 +46,7 @@ steps:
|
||||
known_hosts:
|
||||
from_secret: KNOWN_HOST
|
||||
script:
|
||||
- cd [ HUGO_ROOT ]
|
||||
- cd $HUGO_ROOT
|
||||
- hugo
|
||||
|
||||
trigger:
|
||||
|
||||
Reference in New Issue
Block a user