diff --git a/.drone.yml b/.drone.yml index 52133db..6e32dbd 100644 --- a/.drone.yml +++ b/.drone.yml @@ -31,7 +31,7 @@ steps: from_secret: minio_access_key secret_key: from_secret: minio_secret_key - source: . + source: /tosend target: / path_style: true delete: true @@ -67,7 +67,7 @@ steps: - git submodule update - pip install --no-cache-dir -r requirements.txt - export MAGICK_HOME=/usr - - pelican /drone/content/ -o /output -s publishconf.py --relative-urls + - pelican ./content/ -o /output -s publishconf.py --relative-urls - name: Push to bucket opytex.org image: plugins/s3-sync:1