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