From 6a17b6b8727772d80d2b93619a6dd161732b1ba2 Mon Sep 17 00:00:00 2001 From: sorrelbri Date: Sun, 29 Mar 2020 23:26:09 -0700 Subject: [PATCH] collapse steps in circleci --- .circleci/config.yml | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 8fc0acf..2635b87 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -48,14 +48,7 @@ jobs: # ! temporary fix for deprecated package: minimist - run: npm audit --audit-level=moderate - - deploy: - machine: - enabled: true - requires: - - build - working_directory: ~/node-go - steps: - - checkout + + # DEPLOY - run: git push https://heroku:$HEROKU_API_KEY@git.heroku.com/$HK_API.git master - run: git push https://heroku:$HEROKU_API_KEY@git.heroku.com/$HK_PLAY.git master \ No newline at end of file