Fix Woodpecker config (15)

This commit is contained in:
lostinlight 2022-01-22 13:49:40 +03:00
parent 25a6304bee
commit c5c1f62e93

View file

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