Skip to content

Commit

Permalink
CI: fix pipeline "deploy-docs"
Browse files Browse the repository at this point in the history
  • Loading branch information
6543 committed Sep 11, 2021
1 parent 9267a46 commit 21c004b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .woodpecker/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@ pipeline:
- GIT_USER=woodpecker-bot
- DEPLOYMENT_BRANCH=master
commands:
- apk add openssh-client
- 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
Expand Down

0 comments on commit 21c004b

Please sign in to comment.