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