From 07799ed0e95a791505260c23551e2fcf2fa78c4a Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Wed, 5 Aug 2020 09:56:59 +0200 Subject: [PATCH] Fix: ssh address and export for MAGICK_HOME --- .drone.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 8a0bbad..a2cd354 100644 --- a/.drone.yml +++ b/.drone.yml @@ -10,17 +10,18 @@ steps: - name: Deploy image: python:3.8-alpine commands: - - apk add --no-cache openssh-client ca-certificates bash rsync git imagemagick imagemagick-dev + - apk add --no-cache openssh-client ca-certificates bash rsync git imagemagick - git submodule init - git submodule update - git clone https://git.opytex.org/lafrite/2019-2020.git content - pip install --no-cache-dir -r requirements.txt + - export MAGICK_HOME=/usr - pelican ./content/ -o output -s publishconf.py --relative-urls - eval `ssh-agent -s` - echo "$SSH_KEY" | ssh-add - - mkdir -p ~/.ssh - echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config - - ssh sshcontent:91.121.90.228 mkdir -p ~/raw.opytex.org/www/enseignements/2019-2020/ + - ssh sshcontent@91.121.90.228 mkdir -p ~/raw.opytex.org/www/enseignements/2019-2020/ - rsync -rv --delete -e "ssh -p 22" ./output/ sshcontent@91.121.90.228:~/raw.opytex.org/www/enseignements/2019-2020/ --checksum environment: SSH_KEY: