diff --git a/.woodpecker.yml b/.woodpecker.yml index 357fb22..791a19c 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -21,11 +21,9 @@ pipeline: publish: image: alpine commands: - - apk add git - - ls -l + - apk add git openssh # configure git - git checkout -b pages - - ls -l - git config --global user.email "nonexistent@example.com" - git config --global user.name "Codeberg CI" - git remote set-url origin git@codeberg.org:fediverse/fediparty.git