Mise à jour de '.drone.yml'
continuous-integration/drone/push Build is failing Details

PROD-WEB
Emre KARTAL 1 year ago
parent 604b16567e
commit a0f397b817

@ -20,7 +20,7 @@ steps:
from_secret: FIREBASE_TOKEN from_secret: FIREBASE_TOKEN
commands: commands:
- cd ./Sources/justMUSIC/ - cd ./Sources/justMUSIC/
- flutter build web --web-renderer canvaskit - flutter build web
- curl -sL https://firebase.tools | bash - curl -sL https://firebase.tools | bash
- firebase deploy --token $${FIREBASE_TOKEN} - firebase deploy --token $${FIREBASE_TOKEN}
when: when:

Loading…
Cancel
Save