diff --git a/.drone.yml b/.drone.yml index 28bf635..f86b48f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -11,7 +11,10 @@ steps: image: python:3.8-alpine commands: - apk add --no-cache openssh-client ca-certificates bash rsync git imagemagick-dev imagemagick + - git submodule init + - git submodule update - pip install --no-cache-dir -r requirements.txt + - export MAGICK_HOME=/usr - pelican ./content/ -o output -s publishconf.py --relative-urls - echo Début du Push - eval `ssh-agent -s`