From 716d75b7e1eaa6b603cbffadd6e4b75460b5a082 Mon Sep 17 00:00:00 2001 From: Francois Lannoy Date: Tue, 1 Dec 2020 15:16:54 +0100 Subject: [PATCH] trying again heroku orb --- .circleci/config.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index e1872f3..8809634 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,7 +1,7 @@ version: 2 orbs: - heroku: circleci/heroku@0.0.10. + heroku: circleci/heroku@1.2.3 jobs: build: @@ -16,6 +16,7 @@ jobs: # fallback to using the latest cache if no exact match is found - dependencies- - run: yarn global add node-gyp && yarn install + - heroku/install - save_cache: paths: - node_modules @@ -188,3 +189,9 @@ workflows: - heroku/deploy-via-git: requires: - build + - lint + - back-test-e2e + - back-test-unit + filters: + branches: + only: main