OpenContacts/.woodpecker/workflow.yaml
Mrdabup aa876967b6
All checks were successful
ci/woodpecker/push/workflow Pipeline was successful
Test
2024-10-19 16:46:11 -04:00

16 lines
No EOL
351 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 Sucessful!"