From 0134348744094c2d0b6af85a1134f1acbbca3ff1 Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Thu, 26 May 2022 07:52:49 +0200 Subject: [PATCH] =?UTF-8?q?Fix:=20installation=20des=20packages=20avant=20?= =?UTF-8?q?la=20cr=C3=A9ation=20du=20site?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -