mirror of
https://codeberg.org/fediverse/fediparty.git
synced 2025-01-10 01:49:33 +00:00
Fix Woodpecker config (15)
This commit is contained in:
parent
25a6304bee
commit
c5c1f62e93
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue