OpenContacts/.woodpecker/workflow.yaml

15 lines
278 B
YAML
Raw Normal View History

2024-10-14 15:48:43 -04:00
when:
- event: push
2024-10-14 18:11:37 -04:00
branch: dev
2024-10-14 15:48:43 -04:00
steps:
- name: build
2024-10-14 18:28:05 -04:00
image: instrumentisto/flutter
2024-10-14 15:48:43 -04:00
commands:
2024-10-14 18:39:00 -04:00
- cd OpenContacts
2024-10-14 18:27:12 -04:00
- echo "Starting to build..."
2024-10-14 18:39:00 -04:00
- flutter build --debug
2024-10-14 18:41:56 -04:00
- name: Deploy
2024-10-14 18:42:18 -04:00
image: debian
2024-10-14 18:41:56 -04:00
commands:
- echo "Hello World"