diff --git a/.drone.yml b/.drone.yml index 2f8661f..042f273 100644 --- a/.drone.yml +++ b/.drone.yml @@ -12,7 +12,7 @@ steps: commands: - pip install --no-cache-dir -r requirements.txt - pelican ./content/ -o output -s publishconf.py --relative-urls - - apk add --no-cache openssh-client ca-certificates bash rsync + - apk add --no-cache openssh-client ca-certificates bash rsync git imagemagick-dev imagemagick - echo Début du Push - eval `ssh-agent -s` - echo "$SSH_KEY" | ssh-add -