CI: fix pipeline "deploy-docs"

This commit is contained in:
6543 2021-09-11 17:16:26 +02:00
parent 9267a46d5c
commit 9d8f3d2dc7
No known key found for this signature in database
GPG key ID: C99B82E40B027BAE

View file

@ -14,9 +14,10 @@ pipeline:
- GIT_USER=woodpecker-bot
- DEPLOYMENT_BRANCH=master
commands:
- apk add openssh-client git
- mkdir -p $HOME/.ssh
- ssh-keyscan -t rsa github.com >> $HOME/.ssh/known_hosts
- echo "$BOT_PRIVATE_KEY > $HOME/.ssh/id_rsa"
- echo "$BOT_PRIVATE_KEY" > $HOME/.ssh/id_rsa
- chmod 0600 $HOME/.ssh/id_rsa
- cd docs/
- yarn install --frozen-lockfile