From 46f82e658c6794b3bae0afe573b73ff62b9fc88d Mon Sep 17 00:00:00 2001 From: sorrelbri Date: Sun, 29 Mar 2020 23:30:14 -0700 Subject: [PATCH] add subtree to deploy commands in circleci --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 2635b87..996194e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -50,5 +50,5 @@ jobs: - run: npm audit --audit-level=moderate # 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 + - 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