OpenContacts/.woodpecker/workflow.yaml
2024-10-19 16:23:39 -04:00

16 lines
No EOL
352 B
YAML

when:
- event: push
branch: dev
steps:
- name: build
image: instrumentisto/flutter
commands:
- git clone https://git.mrdab.vore.media/ThatOneJackalGuy/OpenContacts.git
- echo "Entering folder"
- cd OpenContacts
- flutter build
- name: Deploy
image: debian
commands:
- echo "Build Sucessfull!"