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