Skip to content

Commit 351c717

Browse files
committed
ci: Move and simplify Woodpecker config
1 parent 106ffd4 commit 351c717

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.daemonless/woodpecker.yaml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Woodpecker CI configuration (Simplified)
2+
steps:
3+
- name: build
4+
image: /bin/sh
5+
environment:
6+
GITHUB_TOKEN:
7+
from_secret: GITHUB_TOKEN
8+
GITHUB_ACTOR:
9+
from_secret: GITHUB_USER
10+
commands:
11+
- fetch -qo woodpecker-build.sh "https://raw.githubusercontent.com/daemonless/daemonless/main/scripts/woodpecker-build.sh"
12+
- sh woodpecker-build.sh plex
13+
14+
when:
15+
- event: push
16+
branch: main
17+
path:
18+
exclude: ["*.md", "docs/**", "LICENSE", ".gitignore"]
19+
- event: manual

0 commit comments

Comments
 (0)