This commit is contained in:
parent
7968cca378
commit
21777ba46e
15
.drone.yml
15
.drone.yml
@ -51,8 +51,14 @@ steps:
|
|||||||
# SSH_KEY:
|
# SSH_KEY:
|
||||||
# from_secret: sshcontent-key
|
# from_secret: sshcontent-key
|
||||||
#
|
#
|
||||||
|
|
||||||
|
- name: Clean before push
|
||||||
|
image: alpine
|
||||||
|
commands:
|
||||||
|
- rm -r tools/ .* **/*.tex **/Evaluations/DS*
|
||||||
|
|
||||||
- name: Push Raw Minio
|
- name: Push Raw Minio
|
||||||
image: plugins/s3
|
image: plugins/s3-sync:1
|
||||||
settings:
|
settings:
|
||||||
bucket: raw
|
bucket: raw
|
||||||
endpoint: https://storage.opytex.org
|
endpoint: https://storage.opytex.org
|
||||||
@ -62,11 +68,4 @@ steps:
|
|||||||
from_secret: minio_secret_key
|
from_secret: minio_secret_key
|
||||||
source: ./**/*
|
source: ./**/*
|
||||||
target: /
|
target: /
|
||||||
exclude: ".gitignore"
|
|
||||||
exclude: ".git/"
|
|
||||||
exclude: "config"
|
|
||||||
exclude: "*/evaluations/DS*"
|
|
||||||
exclude: "tools/"
|
|
||||||
exclude: "*.rst"
|
|
||||||
exclude: "*.tex"
|
|
||||||
path_style: true
|
path_style: true
|
||||||
|
Loading…
Reference in New Issue
Block a user