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
be808573cc
commit
15748f56cb
1 changed files with 5 additions and 1 deletions
|
@ -18,20 +18,24 @@ pipeline:
|
|||
|
||||
docs:
|
||||
group: ci
|
||||
image: julia:1-alpine3.17
|
||||
image: julia:${JULIA_VERSION}
|
||||
when:
|
||||
event: push
|
||||
branch: master
|
||||
matrix:
|
||||
JULIA_VERSION: "1"
|
||||
secrets:
|
||||
- DOCS_REMOTE_USER
|
||||
- DOCS_REMOTE_SERVER
|
||||
- DOCS_REMOTE_DIR
|
||||
- DOCS_REMOTE_KEY
|
||||
- DOCS_KEY
|
||||
- DOCS_PUBKEY
|
||||
commands:
|
||||
- apk add git openssh-client rsync
|
||||
- mkdir -p $HOME/.ssh
|
||||
- echo "$${DOCS_KEY}" >> $HOME/.ssh/id_rsa
|
||||
- echo "$${DOCS_REMOTE_KEY}}" >> $HOME/.ssh/known_hosts
|
||||
- chmod 0600 $HOME/.ssh/id_rsa
|
||||
- git config --global user.email "woodpecker@millironx.com"
|
||||
- git config --global user.name "woodpecker-bot"
|
||||
|
|
Loading…
Reference in a new issue