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