Fix paths?
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
7dfa6c0cec
commit
97162d6004
|
@ -15,16 +15,12 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- apk add --no-cache rsync
|
- apk add --no-cache rsync
|
||||||
- rsync -am --include="*/" --include="*.odt" --include="*.pdf" --exclude="*" ./ /tosend
|
- rsync -am --include="*/" --include="*.odt" --include="*.pdf" --exclude="*" ./ /tosend
|
||||||
- pwd
|
|
||||||
- ls /tosend
|
|
||||||
- cd /tosend
|
|
||||||
- pwd
|
|
||||||
|
|
||||||
- name: Push bucket Raw
|
- name: Push bucket Raw
|
||||||
image: plugins/s3-sync:1
|
image: plugins/s3-sync:1
|
||||||
volumes:
|
volumes:
|
||||||
- name: tosend
|
- name: tosend
|
||||||
path: /tosend
|
path: /drone/src/tosend
|
||||||
settings:
|
settings:
|
||||||
bucket: raw
|
bucket: raw
|
||||||
endpoint: https://storage.opytex.org
|
endpoint: https://storage.opytex.org
|
||||||
|
@ -74,7 +70,7 @@ steps:
|
||||||
image: plugins/s3-sync:1
|
image: plugins/s3-sync:1
|
||||||
volumes:
|
volumes:
|
||||||
- name: pelican-output
|
- name: pelican-output
|
||||||
path: /drone/content/output
|
path: /drone/src/output
|
||||||
settings:
|
settings:
|
||||||
bucket: opytex.org
|
bucket: opytex.org
|
||||||
endpoint: https://storage.opytex.org
|
endpoint: https://storage.opytex.org
|
||||||
|
|
Loading…
Reference in New Issue