Fix build
This commit is contained in:
parent
95c2634a50
commit
ee21a6101a
@ -1,4 +1,5 @@
|
||||
version: 2
|
||||
|
||||
jobs:
|
||||
build:
|
||||
docker:
|
||||
@ -30,13 +31,13 @@ jobs:
|
||||
name: Deploy
|
||||
command: yarn firebase deploy --token "${FIREBASE_TOKEN} --only hosting"
|
||||
|
||||
deploy:
|
||||
deploy_functions:
|
||||
docker:
|
||||
- image: circleci/node:10.4-browsers
|
||||
|
||||
working_directory: ~/repo/functions
|
||||
|
||||
stesp:
|
||||
steps:
|
||||
- checkout
|
||||
|
||||
- restore_cache:
|
||||
@ -58,6 +59,7 @@ jobs:
|
||||
|
||||
workflows:
|
||||
version: 2
|
||||
|
||||
build_and_deply:
|
||||
jobs:
|
||||
- build
|
||||
|
Loading…
Reference in New Issue
Block a user