Fix: ssh address and export for MAGICK_HOME
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
53ef4367e9
commit
07799ed0e9
@ -10,17 +10,18 @@ steps:
|
|||||||
- name: Deploy
|
- name: Deploy
|
||||||
image: python:3.8-alpine
|
image: python:3.8-alpine
|
||||||
commands:
|
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 init
|
||||||
- git submodule update
|
- git submodule update
|
||||||
- git clone https://git.opytex.org/lafrite/2019-2020.git content
|
- git clone https://git.opytex.org/lafrite/2019-2020.git content
|
||||||
- pip install --no-cache-dir -r requirements.txt
|
- pip install --no-cache-dir -r requirements.txt
|
||||||
|
- export MAGICK_HOME=/usr
|
||||||
- pelican ./content/ -o output -s publishconf.py --relative-urls
|
- pelican ./content/ -o output -s publishconf.py --relative-urls
|
||||||
- eval `ssh-agent -s`
|
- eval `ssh-agent -s`
|
||||||
- echo "$SSH_KEY" | ssh-add -
|
- echo "$SSH_KEY" | ssh-add -
|
||||||
- mkdir -p ~/.ssh
|
- mkdir -p ~/.ssh
|
||||||
- echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config
|
- 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
|
- rsync -rv --delete -e "ssh -p 22" ./output/ sshcontent@91.121.90.228:~/raw.opytex.org/www/enseignements/2019-2020/ --checksum
|
||||||
environment:
|
environment:
|
||||||
SSH_KEY:
|
SSH_KEY:
|
||||||
|
Loading…
Reference in New Issue
Block a user