Update '.woodpecker.yml'
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
d08610b863
commit
90af33bec8
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ pipeline:
|
||||||
- apk add git openssh-client rsync
|
- apk add git openssh-client rsync
|
||||||
- mkdir -p $HOME/.ssh
|
- mkdir -p $HOME/.ssh
|
||||||
- echo "$${DOCS_KEY}" >> $HOME/.ssh/id_rsa
|
- echo "$${DOCS_KEY}" >> $HOME/.ssh/id_rsa
|
||||||
- echo "$${DOCS_REMOTE_KEY}}" >> $HOME/.ssh/known_hosts
|
- ssh-keyscan -t rsa $${DOCS_REMOTE_SERVER} >> $HOME/.ssh/known_hosts
|
||||||
- chmod 0600 $HOME/.ssh/id_rsa
|
- chmod 0600 $HOME/.ssh/id_rsa
|
||||||
- git config --global user.email "woodpecker@millironx.com"
|
- git config --global user.email "woodpecker@millironx.com"
|
||||||
- git config --global user.name "woodpecker-bot"
|
- git config --global user.name "woodpecker-bot"
|
||||||
|
|
Loading…
Reference in a new issue