mirror of
https://codeberg.org/fediverse/fediparty.git
synced 2024-11-17 22:29:19 +00:00
Fix Woodpecker config
This commit is contained in:
parent
5fc45c6dee
commit
801492e8c5
|
@ -14,10 +14,10 @@ pipeline:
|
||||||
# This only copies non-hidden files; those whose names start with period WOULD NOT be copied
|
# This only copies non-hidden files; those whose names start with period WOULD NOT be copied
|
||||||
- mv public/* .
|
- mv public/* .
|
||||||
- rm -rf public
|
- rm -rf public
|
||||||
when:
|
when:
|
||||||
branch:
|
branch:
|
||||||
include: [ main ]
|
include: [ main ]
|
||||||
event: [push, deployment]
|
event: [push, deployment]
|
||||||
|
|
||||||
publish:
|
publish:
|
||||||
image: alpine
|
image: alpine
|
||||||
|
|
Loading…
Reference in a new issue