mirror of
https://codeberg.org/fediverse/fediparty.git
synced 2025-01-10 09:59:51 +00:00
Fix Woodpecker config (15)
This commit is contained in:
parent
25a6304bee
commit
c5c1f62e93
|
@ -20,7 +20,6 @@ pipeline:
|
||||||
|
|
||||||
commit:
|
commit:
|
||||||
image: alpine
|
image: alpine
|
||||||
secrets: [ access_token ]
|
|
||||||
commands:
|
commands:
|
||||||
- apk add git
|
- apk add git
|
||||||
# configure git
|
# configure git
|
||||||
|
@ -34,6 +33,7 @@ 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 ]
|
||||||
settings:
|
settings:
|
||||||
branch: pages
|
branch: pages
|
||||||
remote: git@codeberg.org:fediverse/fediparty.git
|
remote: git@codeberg.org:fediverse/fediparty.git
|
||||||
|
|
Loading…
Reference in a new issue