Removed logging information
This commit is contained in:
parent
f955b91617
commit
b6fa432b5d
@ -41,8 +41,6 @@ jobs:
|
|||||||
- store_artifacts:
|
- store_artifacts:
|
||||||
path: public
|
path: public
|
||||||
|
|
||||||
- run: pwd
|
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
docker:
|
docker:
|
||||||
- image: circleci/node:10.4-browsers
|
- image: circleci/node:10.4-browsers
|
||||||
@ -55,10 +53,6 @@ jobs:
|
|||||||
- attach_workspace:
|
- attach_workspace:
|
||||||
at: ./
|
at: ./
|
||||||
|
|
||||||
- run: ls
|
|
||||||
|
|
||||||
- run: pwd
|
|
||||||
|
|
||||||
- run:
|
- run:
|
||||||
name: Deploy
|
name: Deploy
|
||||||
command: yarn firebase deploy --token "${FIREBASE_TOKEN}"
|
command: yarn firebase deploy --token "${FIREBASE_TOKEN}"
|
||||||
|
Loading…
Reference in New Issue
Block a user