mirror of
https://codeberg.org/fediverse/fediparty.git
synced 2024-11-17 22:29:19 +00:00
Fix Woodpecker config (16)
This commit is contained in:
parent
c5c1f62e93
commit
3bba7696cd
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue