JuLearn/.woodpecker.yml

19 lines
411 B
YAML
Raw Normal View History

2023-06-04 20:37:29 +02:00
# .woodpecker.yml
platform: linux/arm64
pipeline:
build:
image: ghcr.io/cirruslabs/flutter:3.10.2
commands:
- flutter build apk --release
publish:
image: woodpeckerci/plugin-gitea-release
settings:
base_url: https://codeberg.org
files:
- "build/app/outputs/flutter-apk/app-release.apk"
api_key:
from_secret: gitea_token
when:
event: tag