diff --git a/.woodpecker.yml b/.woodpecker.yml index 287207b..4922e5b 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -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"