diff --git a/.circleci/config.yml b/.circleci/config.yml index a45ec3f..78aa8cb 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -56,7 +56,7 @@ jobs: command: npm install -g firebase-tools - run: name: "Deploy application to oswrecruitment.com" - command: firebase deploy --token=$FIREBASE_TOKEN + command: firebase deploy --token=$FIREBASE_TOKEN -P default workflows: build-and-deploy: