From e4d76aac521d79ca51fb958b007820c1c195d091 Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Wed, 5 Aug 2020 09:14:49 +0200 Subject: [PATCH] Fix: install rsync in drone.yml --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index deb8102..9184b85 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 rsync - - echo Début du Push + - apk apk add --no-cache openssh-client ca-certificates bash + - apk apk add rsync - eval `ssh-agent -s` - echo "$SSH_KEY" | ssh-add - - mkdir -p ~/.ssh