diff --git a/.drone.yml b/.drone.yml index 042f273..28bf635 100644 --- a/.drone.yml +++ b/.drone.yml @@ -10,9 +10,9 @@ steps: - name: Deploy image: python:3.8-alpine commands: + - apk add --no-cache openssh-client ca-certificates bash rsync git imagemagick-dev imagemagick - 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 git imagemagick-dev imagemagick - echo Début du Push - eval `ssh-agent -s` - echo "$SSH_KEY" | ssh-add -