Fixed deploy step
This commit is contained in:
parent
5074da358f
commit
788dfc5a09
@ -40,6 +40,8 @@ jobs:
|
||||
- store_artifacts:
|
||||
path: public
|
||||
|
||||
- run: pwd
|
||||
|
||||
deploy:
|
||||
docker:
|
||||
- image: circleci/node:10.4-browsers
|
||||
@ -47,11 +49,15 @@ jobs:
|
||||
working_directory: ~/repo
|
||||
|
||||
steps:
|
||||
- checkout
|
||||
|
||||
- attach_workspace:
|
||||
at: ./
|
||||
|
||||
- run: ls
|
||||
|
||||
- run: pwd
|
||||
|
||||
- run:
|
||||
name: Deploy
|
||||
command: yarn firebase deploy --token "${FIREBASE_TOKEN}"
|
||||
|
Loading…
Reference in New Issue
Block a user