From 97162d6004d680ba837800661266b4340fc17b81 Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Wed, 19 Jul 2023 16:20:28 +0200 Subject: [PATCH] Fix paths? --- .drone.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.drone.yml b/.drone.yml index 46d8bb5..71376b5 100644 --- a/.drone.yml +++ b/.drone.yml @@ -15,16 +15,12 @@ steps: commands: - apk add --no-cache rsync - rsync -am --include="*/" --include="*.odt" --include="*.pdf" --exclude="*" ./ /tosend - - pwd - - ls /tosend - - cd /tosend - - pwd - name: Push bucket Raw image: plugins/s3-sync:1 volumes: - name: tosend - path: /tosend + path: /drone/src/tosend settings: bucket: raw endpoint: https://storage.opytex.org @@ -74,7 +70,7 @@ steps: image: plugins/s3-sync:1 volumes: - name: pelican-output - path: /drone/content/output + path: /drone/src/output settings: bucket: opytex.org endpoint: https://storage.opytex.org