diff --git a/.woodpecker/deploy.yml b/.woodpecker/deploy.yml index 0e6af40..7b76a3b 100644 --- a/.woodpecker/deploy.yml +++ b/.woodpecker/deploy.yml @@ -20,8 +20,8 @@ steps: image: deblan/mage volumes: *volumes commands: - - . ./.secrets - cd "/builds/$CI_COMMIT_SHA" + - . ./.secrets - mkdir "$HOME/.ssh" - echo "$SSH_PRIV_KEY" > "$HOME/.ssh/id_ed25519" - chmod 700 "$HOME/.ssh"