diff --git a/.drone.yml b/.drone.yml index d3cf9a5..6d87f64 100644 --- a/.drone.yml +++ b/.drone.yml @@ -20,7 +20,7 @@ steps: from_secret: FIREBASE_TOKEN commands: - cd ./Sources/justMUSIC/ - - flutter build web --web-renderer canvaskit + - flutter build web - curl -sL https://firebase.tools | bash - firebase deploy --token $${FIREBASE_TOKEN} when: