diff --git a/.woodpecker.yml b/.woodpecker.yml index 0173e25..35a2955 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -20,7 +20,6 @@ pipeline: commit: image: alpine - secrets: [ access_token ] commands: - apk add git # configure git @@ -34,6 +33,7 @@ pipeline: # Push step: it pushes the build output to "pages" branch push: image: appleboy/drone-git-push + secrets: [ ssh_key ] settings: branch: pages remote: git@codeberg.org:fediverse/fediparty.git