Update 'templates/markdown/.drone.yml'
This commit is contained in:
parent
bb80497dec
commit
85a3911528
|
@ -13,6 +13,7 @@ steps:
|
|||
commands:
|
||||
- ci_commit_sha_short=`git rev-parse --short $CI_COMMIT_SHA`
|
||||
- cp out/main.pdf "$(date +"%F-%H-%M")_${DRONE_REPO_NAME}_${DRONE_BUILD_NUMBER}.pdf"
|
||||
- cp out/main.pdf "${DRONE_REPO_NAME}_${DRONE_BRANCH}.pdf"
|
||||
depends_on:
|
||||
- pandoc
|
||||
- name: log
|
||||
|
@ -34,7 +35,8 @@ steps:
|
|||
from_secret: minio_secret_key
|
||||
source: ./*.pdf
|
||||
region: eu-dogland
|
||||
target: /
|
||||
target:
|
||||
from_secret: minio_target
|
||||
path_style: true
|
||||
endpoint: https://minio.kingofdog.de
|
||||
depends_on:
|
||||
|
|
Loading…
Reference in New Issue
Block a user