From 57f33f978821faae6f74ff110308d48a9c521862 Mon Sep 17 00:00:00 2001 From: Youssef Touggani Date: Tue, 1 Dec 2020 16:50:06 +0100 Subject: [PATCH] hero --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index d78a2c0..3bad6e3 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -104,7 +104,7 @@ jobs: command: git push https://heroku:ce43f66e-6842-4fe8-ab4f-37ae8833ea0f@git.heroku.com/fierce-atoll-83490.git HEAD:main - run: name: Smoke Test - command: ./../dep_heroku.sh + command: ./dep_heroku.sh workflows: version: 2