2023-06-04 20:37:29 +02:00
|
|
|
# .woodpecker.yml
|
|
|
|
platform: linux/arm64
|
|
|
|
|
|
|
|
pipeline:
|
|
|
|
build:
|
2023-06-24 20:36:33 +02:00
|
|
|
image: codeberg.org/comcloudway/docker-flutter-alpine:sdk-latest
|
2023-06-04 20:37:29 +02:00
|
|
|
commands:
|
|
|
|
- flutter build apk --release
|
|
|
|
publish:
|
|
|
|
image: woodpeckerci/plugin-gitea-release
|
|
|
|
settings:
|
2023-06-24 20:36:33 +02:00
|
|
|
base_url: https://jusax.de/git
|
2023-06-04 20:37:29 +02:00
|
|
|
files:
|
|
|
|
- "build/app/outputs/flutter-apk/app-release.apk"
|
|
|
|
api_key:
|
|
|
|
from_secret: gitea_token
|
|
|
|
when:
|
|
|
|
event: tag
|