Fix Woodpecker config (15)

This commit is contained in:
lostinlight 2022-01-22 13:49:40 +03:00
parent 25a6304bee
commit c5c1f62e93
1 changed files with 1 additions and 1 deletions

View File

@ -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