OpenContacts/.woodpecker/workflow.yaml
Mrdabup 6c27121258
Some checks failed
ci/woodpecker/push/workflow Pipeline failed
AAA
2024-10-14 18:42:18 -04:00

15 lines
No EOL
278 B
YAML

when:
- event: push
branch: dev
steps:
- name: build
image: instrumentisto/flutter
commands:
- cd OpenContacts
- echo "Starting to build..."
- flutter build --debug
- name: Deploy
image: debian
commands:
- echo "Hello World"