OpenContacts/.woodpecker/workflow.yaml
2024-10-14 18:41:56 -04:00

14 lines
No EOL
260 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
commands:
- echo "Hello World"