Fix Woodpecker config (16)

This commit is contained in:
lostinlight 2022-01-22 13:51:10 +03:00
parent c5c1f62e93
commit 3bba7696cd
1 changed files with 3 additions and 3 deletions

View File

@ -33,14 +33,14 @@ pipeline:
# Push step: it pushes the build output to "pages" branch
push:
image: appleboy/drone-git-push
secrets: [ ssh_key ]
secrets:
- source: ssh_key
target: plugin_ssh_key
settings:
branch: pages
remote: git@codeberg.org:fediverse/fediparty.git
# To work around "rejected...fetch first" error
force: true
ssh_key:
from_secret: ssh_key
when:
# Only try to commit if previous step is successful
status: success