From f7764f6606fbcdf1a9378a206efef40b10047a04 Mon Sep 17 00:00:00 2001 From: Morgan Lombard Date: Tue, 1 Dec 2020 15:54:48 +0100 Subject: [PATCH] maj conf yml test orbs heroku --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index a98c42b..4513005 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -123,7 +123,7 @@ jobs: - checkout - run: name: Heroku Deploy - command: heroku/deploy-via-git + command: echo todo && false - run: name: Smoke Test command: echo todo && false @@ -151,7 +151,7 @@ workflows: filters: branches: only: main - - back-deploy-heroku: + - heroku/deploy-via-git: requires: - build - lint