Make folder named "blog"
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Some checks reported errors
continuous-integration/drone/push Build encountered an error
This commit is contained in:
parent
3cb6b08c92
commit
54ebcd5c69
@ -13,7 +13,9 @@ steps:
|
|||||||
image: mapitman/docker-hugo
|
image: mapitman/docker-hugo
|
||||||
commands:
|
commands:
|
||||||
- hugo version
|
- hugo version
|
||||||
- hugo --minify
|
- hugo --minify -d blog/
|
||||||
|
|
||||||
|
- name:
|
||||||
|
|
||||||
- name: Upload files
|
- name: Upload files
|
||||||
image: appleboy/drone-scp
|
image: appleboy/drone-scp
|
||||||
@ -23,7 +25,7 @@ steps:
|
|||||||
username: droneci
|
username: droneci
|
||||||
key:
|
key:
|
||||||
from_secret: SSH_KEY
|
from_secret: SSH_KEY
|
||||||
target: /tmp/blog
|
target: /tmp/
|
||||||
rm: true
|
rm: true
|
||||||
source:
|
source:
|
||||||
- public/*
|
- blog/
|
||||||
|
Reference in New Issue
Block a user