Skip to content

Commit

Permalink
Fix yarn deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
rvsia committed Nov 7, 2019
1 parent 09843a0 commit 7f69184
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
release:
working_directory: ~/react-forms
docker:
- image: circleci/node
- image: circleci/node:10
steps:
- attach_workspace:
at: ~/react-forms
Expand All @@ -41,22 +41,18 @@ jobs:
deploy:
working_directory: ~/react-forms
docker:
- image: circleci/node
- image: circleci/node:10
steps:
- attach_workspace:
at: ~/react-forms
- run:
name: Install Firebase Tools
command: |
npm install --prefix=./firebase-deploy firebase-tools
- run:
name: Move to demo
command: |
cd packages/react-renderer-demo
- run:
name: Deploy demo
command: |
yarn deploy --token=$FIREBASE_TOKEN
yarn --cwd packages/react-renderer-demo/ deploy --token=$FIREBASE_TOKEN
workflows:
version: 2
Expand Down

0 comments on commit 7f69184

Please sign in to comment.