|
|
@ -1,7 +1,7 @@ |
|
|
version: 2 |
|
|
version: 2 |
|
|
|
|
|
|
|
|
orbs: |
|
|
orbs: |
|
|
heroku: circleci/heroku@0.0.10. |
|
|
|
|
|
|
|
|
heroku: circleci/heroku@1.2.3 |
|
|
|
|
|
|
|
|
jobs: |
|
|
jobs: |
|
|
build: |
|
|
build: |
|
|
@ -16,6 +16,7 @@ jobs: |
|
|
# fallback to using the latest cache if no exact match is found |
|
|
# fallback to using the latest cache if no exact match is found |
|
|
- dependencies- |
|
|
- dependencies- |
|
|
- run: yarn global add node-gyp && yarn install |
|
|
- run: yarn global add node-gyp && yarn install |
|
|
|
|
|
- heroku/install |
|
|
- save_cache: |
|
|
- save_cache: |
|
|
paths: |
|
|
paths: |
|
|
- node_modules |
|
|
- node_modules |
|
|
@ -188,3 +189,9 @@ workflows: |
|
|
- heroku/deploy-via-git: |
|
|
- heroku/deploy-via-git: |
|
|
requires: |
|
|
requires: |
|
|
- build |
|
|
- build |
|
|
|
|
|
- lint |
|
|
|
|
|
- back-test-e2e |
|
|
|
|
|
- back-test-unit |
|
|
|
|
|
filters: |
|
|
|
|
|
branches: |
|
|
|
|
|
only: main |