diff --git a/.drone.yml b/.drone.yml index 9184b85..3f139db 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,8 +8,8 @@ steps: commands: - pip install --no-cache-dir -r requirements.txt - pelican ./content/ -o ouptut -s publishconf.py --relative-urls - - apk apk add --no-cache openssh-client ca-certificates bash - - apk apk add rsync + - apk add --no-cache openssh-client ca-certificates bash rsync + - echo Début du Push - eval `ssh-agent -s` - echo "$SSH_KEY" | ssh-add - - mkdir -p ~/.ssh