From 69c59683e4b5a061ffacae14e3f831be5ee84cce Mon Sep 17 00:00:00 2001 From: sorrelbri Date: Sun, 29 Mar 2020 23:32:12 -0700 Subject: [PATCH] fix deploy bug in circleci --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 996194e..c8e8282 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -50,5 +50,5 @@ jobs: - run: npm audit --audit-level=moderate # DEPLOY - - run: git subtree push --prefix packages/server push https://heroku:$HEROKU_API_KEY@git.heroku.com/$HK_API.git master - - run: git subtree push --prefix packages/play-node-go push https://heroku:$HEROKU_API_KEY@git.heroku.com/$HK_PLAY.git master \ No newline at end of file + - run: git subtree push --prefix packages/server https://heroku:$HEROKU_API_KEY@git.heroku.com/$HK_API.git master + - run: git subtree push --prefix packages/play-node-go https://heroku:$HEROKU_API_KEY@git.heroku.com/$HK_PLAY.git master \ No newline at end of file