Fix: install rsync in drone.yml
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
f2d327416f
commit
e4d76aac52
@ -8,8 +8,8 @@ steps:
|
|||||||
commands:
|
commands:
|
||||||
- pip install --no-cache-dir -r requirements.txt
|
- pip install --no-cache-dir -r requirements.txt
|
||||||
- pelican ./content/ -o ouptut -s publishconf.py --relative-urls
|
- pelican ./content/ -o ouptut -s publishconf.py --relative-urls
|
||||||
- apk apk add --no-cache openssh-client ca-certificates bash rsync
|
- apk apk add --no-cache openssh-client ca-certificates bash
|
||||||
- echo Début du Push
|
- apk apk add rsync
|
||||||
- eval `ssh-agent -s`
|
- eval `ssh-agent -s`
|
||||||
- echo "$SSH_KEY" | ssh-add -
|
- echo "$SSH_KEY" | ssh-add -
|
||||||
- mkdir -p ~/.ssh
|
- mkdir -p ~/.ssh
|
||||||
|
Loading…
Reference in New Issue
Block a user