This commit is contained in:
parent
ec821d1e3c
commit
126b4585c1
@ -11,10 +11,10 @@ steps:
|
||||
image: python:3.8-alpine
|
||||
commands:
|
||||
- echo "Trigger from branch"
|
||||
- apk add --no-cache openssh-client ca-certificates bash rsync git
|
||||
- git clone https://git.opytex.org/lafrite/2019-2020.git content
|
||||
- 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 -
|
||||
|
Loading…
Reference in New Issue
Block a user