This commit is contained in:
Mrdabup 2024-10-19 16:23:39 -04:00
parent f2408b0c64
commit c5888d1f33

View file

@ -6,10 +6,11 @@ steps:
- name: build - name: build
image: instrumentisto/flutter image: instrumentisto/flutter
commands: commands:
- git clone https://git.mrdab.vore.media/ThatOneJackalGuy/OpenContacts.git
- echo "Entering folder"
- cd OpenContacts - cd OpenContacts
- echo "Starting to build..." - flutter build
- flutter build --debug
- name: Deploy - name: Deploy
image: debian image: debian
commands: commands:
- echo "Hello World" - echo "Build Sucessfull!"