Make folder named "blog"
continuous-integration/drone/push Build encountered an error Details

This commit is contained in:
BBaoVanC 2021-04-14 00:33:32 -05:00
parent 3cb6b08c92
commit 54ebcd5c69
Signed by: bbaovanc
GPG Key ID: 18089E4E3CCF1D3A
1 changed files with 5 additions and 3 deletions

View File

@ -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/