This commit is contained in:
parent
528f8c807b
commit
ec821d1e3c
27
.drone.yml
27
.drone.yml
@ -1,30 +1,4 @@
|
|||||||
kind: pipeline
|
kind: pipeline
|
||||||
name: Opytex Main
|
|
||||||
type: docker
|
|
||||||
|
|
||||||
trigger:
|
|
||||||
branch:
|
|
||||||
- master
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- name: Deploy
|
|
||||||
image: python:3.8-alpine
|
|
||||||
commands:
|
|
||||||
- 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
|
|
||||||
- echo Début du Push
|
|
||||||
- eval `ssh-agent -s`
|
|
||||||
- echo "$SSH_KEY" | ssh-add -
|
|
||||||
- mkdir -p ~/.ssh
|
|
||||||
- echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config
|
|
||||||
- rsync -rv --delete -e "ssh -p 22" ./output/ sshcontent@91.121.90.228:~/raw.opytex.org/www/ --checksum
|
|
||||||
environment:
|
|
||||||
SSH_KEY:
|
|
||||||
from_secret: sshcontent-key
|
|
||||||
|
|
||||||
---
|
|
||||||
kind: pipeline
|
|
||||||
name: Opytex 2019-2020
|
name: Opytex 2019-2020
|
||||||
type: docker
|
type: docker
|
||||||
|
|
||||||
@ -36,6 +10,7 @@ steps:
|
|||||||
- name: Deploy
|
- name: Deploy
|
||||||
image: python:3.8-alpine
|
image: python:3.8-alpine
|
||||||
commands:
|
commands:
|
||||||
|
- echo "Trigger from branch"
|
||||||
- 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
|
||||||
- pelican ./content/ -o output -s publishconf.py --relative-urls
|
- pelican ./content/ -o output -s publishconf.py --relative-urls
|
||||||
|
Loading…
Reference in New Issue
Block a user