Dont deploy functions anymore

This commit is contained in:
2018-07-23 19:10:30 -04:00
parent 0c34ce3502
commit c1c309c848
6 changed files with 0 additions and 2863 deletions

View File

@ -19,13 +19,11 @@ jobs:
name: Install Dependancies
command: |
yarn
cd functions && yarn
- save_cache:
key: v1-dependencies-{{ checksum "package.json" }}
paths:
- node_modules
- functions/node_modules
- run:
name: Build
@ -35,8 +33,6 @@ jobs:
root: ./
paths:
- public
- node_modules
- functions/node_modules
- store_artifacts:
path: public