This commit is contained in:
parent
02a4aefe8c
commit
a7bc9c4b81
42
.drone.yml
42
.drone.yml
@ -7,32 +7,26 @@ workspace:
|
|||||||
path: /drone/content/
|
path: /drone/content/
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Discover
|
- name: Build and Push Opytex
|
||||||
image: python:3.8-alpine
|
image: python:3.8-alpine
|
||||||
commands:
|
commands:
|
||||||
- ls
|
- apk add --no-cache openssh-client ca-certificates bash rsync git imagemagick
|
||||||
- ls /
|
- cd ..
|
||||||
- cd ../
|
- git clone https://git.opytex.org/lafrite/site_opytex.git ./
|
||||||
- ls
|
- git submodule init
|
||||||
# - name: Build and Push Opytex
|
- git submodule update
|
||||||
# image: python:3.8-alpine
|
- pip install --no-cache-dir -r requirements.txt
|
||||||
# commands:
|
- export MAGICK_HOME=/usr
|
||||||
# - apk add --no-cache openssh-client ca-certificates bash rsync git imagemagick
|
- pelican ./content/ -o output -s publishconf.py --relative-urls
|
||||||
# - git clone https://git.opytex.org/lafrite/
|
- eval `ssh-agent -s`
|
||||||
# - git submodule init
|
- echo "$SSH_KEY" | ssh-add -
|
||||||
# - git submodule update
|
- mkdir -p ~/.ssh
|
||||||
# - pip install --no-cache-dir -r requirements.txt
|
- echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config
|
||||||
# - export MAGICK_HOME=/usr
|
- ssh sshcontent@91.121.90.228 'mkdir -p ~/raw.opytex.org/www/enseignements/2019-2020/'
|
||||||
# - pelican ./content/ -o output -s publishconf.py --relative-urls
|
- rsync -rv --delete -e "ssh -p 22" ./output/ sshcontent@91.121.90.228:~/raw.opytex.org/www/enseignements/2019-2020/ --checksum
|
||||||
# - eval `ssh-agent -s`
|
environment:
|
||||||
# - echo "$SSH_KEY" | ssh-add -
|
SSH_KEY:
|
||||||
# - mkdir -p ~/.ssh
|
from_secret: sshcontent-key
|
||||||
# - 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/'
|
|
||||||
# - rsync -rv --delete -e "ssh -p 22" ./output/ sshcontent@91.121.90.228:~/raw.opytex.org/www/enseignements/2019-2020/ --checksum
|
|
||||||
# environment:
|
|
||||||
# SSH_KEY:
|
|
||||||
# from_secret: sshcontent-key
|
|
||||||
|
|
||||||
# kind: pipeline
|
# kind: pipeline
|
||||||
# name: Push Content
|
# name: Push Content
|
||||||
|
Loading…
Reference in New Issue
Block a user