Skip to content
Snippets Groups Projects
Commit 7e79356b authored by FERNANDES SAMUEL's avatar FERNANDES SAMUEL :star:
Browse files

re-add mobile expo pipeline's job

parent 1354c516
Branches
Tags
No related merge requests found
......@@ -12,7 +12,7 @@ build:
artifacts:
paths:
- builds.zip
expire_in: 1h
expire_in: 1h
only:
- release
......@@ -34,3 +34,15 @@ deploy-backend:
- ssh -i ~/.ssh/id_rsa $SSH_USER@$VM_IPADDRESS "/usr/bin/bash -c 'sudo docker compose -f ~/the-sevens/docker-compose.yml up -d --build --remove-orphans --build || true'"
only:
- release
# Pour les builds mobiles si nécessaire
deploy-mobile:
stage: deploy
script:
- cd QuizzMobile/
- yarn install
- apk add --no-cache bash
- yarn eas-cli build --platform android --non-interactive --no-wait
only:
- release
allow_failure: true
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment