diff --git a/.circleci/config.yml b/.circleci/config.yml index c8e8282..45f611e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -51,4 +51,4 @@ jobs: # DEPLOY - 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 + - run: git subtree push --prefix packages/play-node-go/build https://heroku:$HEROKU_API_KEY@git.heroku.com/$HK_PLAY.git master \ No newline at end of file